buffer_t and fifo_t_15 work

This commit is contained in:
Michele
2022-02-28 09:39:36 +01:00
parent c06912d446
commit b94715b6d9
9 changed files with 1246 additions and 62 deletions

View File

@@ -0,0 +1,20 @@
watchall
system "echo '[0] code starts'"
set t.in.r 0
set t.out.a 0
cycle
set Reset 0
cycle
status X
mode run
set Reset 1
cycle
system "echo '[1] reset done'"
system "echo '----------------------------------------------------------------------------------------------------'"
set t.in.r 1
cycle
assert t.out.r 1
set t.out.a 1
cycle
assert t.in.a 1