summaryrefslogtreecommitdiff
path: root/rtl/top
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-09-18 00:40:22 -0600
committerAlejandro Soto <alejandro@34project.org>2022-09-18 00:40:22 -0600
commit1f27d200401eb0497c23054ebbe04c488c6974b9 (patch)
treeef41f81bb10770b95c996401be43eb1f7b7b9c73 /rtl/top
parentd743c48b821bad11943b77bdc9a5d9d975fd8cb0 (diff)
Update testbench
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;