register_write works

This commit is contained in:
2022-03-07 16:36:01 +01:00
parent ad318259a5
commit e49866323c
8 changed files with 598 additions and 837 deletions

View File

@@ -1,13 +1,13 @@
watchall
system "echo '[0] start test'"
set Reset 1
set Reset 0
set t.d 0
set t.clk 0
cycle
status X
mode run
assert t.q 0
set Reset 0
cycle
assert t.q 0
system "echo '[1] reset completed'"
@@ -21,6 +21,7 @@ set t.d 1
cycle
set t.clk 1
cycle
set t.d 0
assert t.q 0
set t.clk 0
cycle