From 1f27d200401eb0497c23054ebbe04c488c6974b9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 18 Sep 2022 00:40:22 -0600 Subject: Update testbench --- rtl/top/conspiracion.sv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rtl/top') diff --git a/rtl/top/conspiracion.sv b/rtl/top/conspiracion.sv index 83e7d10..174dceb 100644 --- a/rtl/top/conspiracion.sv +++ b/rtl/top/conspiracion.sv @@ -48,10 +48,10 @@ module conspiracion ); initial begin - addr <= 0; - start <= 0; - state <= IDLE; - done <= 0; + addr = 0; + start = 0; + state = IDLE; + done = 0; end assign data_rw[7:0] = out; -- cgit v1.2.3