aboutsummaryrefslogtreecommitdiffstats
path: root/testbench.v
diff options
context:
space:
mode:
Diffstat (limited to 'testbench.v')
-rw-r--r--testbench.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbench.v b/testbench.v
index 2a3f438..23e81c9 100644
--- a/testbench.v
+++ b/testbench.v
@@ -187,7 +187,7 @@ module axi4_memory #(
input [31:0] mem_axi_araddr,
input [ 2:0] mem_axi_arprot,
- output mem_axi_rvalid = 0,
+ output reg mem_axi_rvalid = 0,
input mem_axi_rready,
output reg [31:0] mem_axi_rdata
);