diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-18 00:40:22 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-18 00:40:22 -0600 |
| commit | 1f27d200401eb0497c23054ebbe04c488c6974b9 (patch) | |
| tree | ef41f81bb10770b95c996401be43eb1f7b7b9c73 /rtl/top/conspiracion.sv | |
| parent | d743c48b821bad11943b77bdc9a5d9d975fd8cb0 (diff) | |
Update testbench
Diffstat (limited to 'rtl/top/conspiracion.sv')
| -rw-r--r-- | rtl/top/conspiracion.sv | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
