aboutsummaryrefslogtreecommitdiff
path: root/rtl/modexpng_core_top.v
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/modexpng_core_top.v')
-rw-r--r--rtl/modexpng_core_top.v28
1 files changed, 14 insertions, 14 deletions
diff --git a/rtl/modexpng_core_top.v b/rtl/modexpng_core_top.v
index a991c61..18c32bb 100644
--- a/rtl/modexpng_core_top.v
+++ b/rtl/modexpng_core_top.v
@@ -1,7 +1,7 @@
module modexpng_core_top
(
clk, clk_bus,
- rst,
+ rst_n,
next, valid,
crt_mode,
word_index_last_n,
@@ -28,7 +28,7 @@ module modexpng_core_top
input clk;
input clk_bus;
- input rst;
+ input rst_n;
input next;
output valid;
@@ -118,7 +118,7 @@ module modexpng_core_top
modexpng_uop_engine uop_engine
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (next),
.rdy (valid),
@@ -419,7 +419,7 @@ module modexpng_core_top
modexpng_storage_block storage_block_x
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.wr_wide_xy_ena (wr_wide_xy_ena_x),
.wr_wide_xy_bank (wr_wide_xy_bank_x),
@@ -466,7 +466,7 @@ module modexpng_core_top
modexpng_storage_block storage_block_y
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.wr_wide_xy_ena (wr_wide_xy_ena_y),
.wr_wide_xy_bank (wr_wide_xy_bank_y),
@@ -518,7 +518,7 @@ module modexpng_core_top
modexpng_storage_manager storage_manager_x
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.wr_wide_xy_ena (wr_wide_xy_ena_x),
.wr_wide_xy_bank (wr_wide_xy_bank_x),
@@ -584,7 +584,7 @@ module modexpng_core_top
modexpng_storage_manager storage_manager_y
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.wr_wide_xy_ena (wr_wide_xy_ena_y),
.wr_wide_xy_bank (wr_wide_xy_bank_y),
@@ -656,7 +656,7 @@ module modexpng_core_top
.clk (clk),
.clk_bus (clk_bus),
- .rst (rst),
+ .rst_n (rst_n),
.bus_cs (bus_cs),
.bus_we (bus_we),
@@ -685,7 +685,7 @@ module modexpng_core_top
modexpng_io_manager io_manager
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (io_mgr_ena),
.rdy (io_mgr_rdy),
@@ -755,7 +755,7 @@ module modexpng_core_top
modexpng_mmm_dual mmm_x
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (mmm_ena_x),
.rdy (mmm_rdy_x),
@@ -812,7 +812,7 @@ module modexpng_core_top
modexpng_mmm_dual mmm_y
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (mmm_ena_y),
.rdy (mmm_rdy_y),
@@ -872,7 +872,7 @@ module modexpng_core_top
modexpng_reductor reductor_x
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (rdct_ena_x),
.rdy (rdct_rdy_x),
@@ -909,7 +909,7 @@ module modexpng_core_top
modexpng_reductor reductor_y
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (rdct_ena_y),
.rdy (rdct_rdy_y),
@@ -950,7 +950,7 @@ module modexpng_core_top
modexpng_general_worker general_worker
(
.clk (clk),
- .rst (rst),
+ .rst_n (rst_n),
.ena (wrk_ena),
.rdy (wrk_rdy),