Merge pull request #2365 from zachjs/const-arg-loop-split-type
[yosys.git] / tests / various / scratchpad.ys
1 scratchpad -set foo "bar baz"
2 scratchpad -copy foo oof
3 scratchpad -unset foo
4 scratchpad -assert oof "bar baz"
5 scratchpad -assert-unset foo