diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-09 09:25:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-09 09:25:48 -0600 |
| commit | 5d798386c3b1c1dc45a2fbc382c9367ccc27c524 (patch) | |
| tree | a04fff74505af30c8044f80f523fd887331e6234 /tb/platform.sv | |
| parent | 65590be80332d132d7037bfe3bb19e5d6e5bcd7b (diff) | |
Implement reset
Diffstat (limited to 'tb/platform.sv')
| -rw-r--r-- | tb/platform.sv | 2 |
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), |
