summaryrefslogtreecommitdiff
path: root/tb
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-09 09:25:48 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-09 09:25:48 -0600
commit5d798386c3b1c1dc45a2fbc382c9367ccc27c524 (patch)
treea04fff74505af30c8044f80f523fd887331e6234 /tb
parent65590be80332d132d7037bfe3bb19e5d6e5bcd7b (diff)
Implement reset
Diffstat (limited to 'tb')
-rw-r--r--tb/platform.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/platform.sv b/tb/platform.sv
index 8470979..a2820fa 100644
--- a/tb/platform.sv
+++ b/tb/platform.sv
@@ -62,7 +62,7 @@ module platform
bus_master master_0
(
.clk(clk_clk),
- .rst_n(!reset_reset_n),
+ .rst_n(reset_reset_n),
.addr(master_0_core_addr),
.start(master_0_core_start),
.write(master_0_core_write),