diff options
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; |
