3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-13 16:06:40 +00:00

add assert option to scratchpad command

This commit is contained in:
N. Engelhardt 2019-12-16 13:09:31 +01:00
parent ce3615b367
commit abcd82daca
3 changed files with 49 additions and 19 deletions

View file

@ -0,0 +1,5 @@
scratchpad -set foo "bar baz"
scratchpad -copy foo oof
scratchpad -unset foo
scratchpad -assert oof "bar baz"
scratchpad -assert-unset foo