Apply suggestion from @wsnyder
Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
16362deb2e
commit
14dfd8124e
|
|
@ -40,7 +40,16 @@ module t;
|
|||
`checkd(x6, 0)
|
||||
`checkd(x7, 4)
|
||||
|
||||
#5 $write("*-* All Finished *-*\n");
|
||||
#5;
|
||||
`checkd(x1, 1)
|
||||
`checkd(x2, -1)
|
||||
`checkd(x3, 1)
|
||||
`checkd(x4, 2)
|
||||
`checkd(x5, 3)
|
||||
`checkd(x6, 0)
|
||||
`checkd(x7, 4)
|
||||
|
||||
$write("*-* All Finished *-*\n");
|
||||
$finish;
|
||||
end
|
||||
always #1 t5(x5);
|
||||
|
|
|
|||
Loading…
Reference in New Issue