summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/top')
-rw-r--r--rtl/top/conspiracion.sv8
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;