mirror of https://github.com/YosysHQ/yosys.git
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
scratchpad -set foo "bar baz"
|
||
|
scratchpad -copy foo oof
|
||
|
scratchpad -unset foo
|
||
|
scratchpad -assert oof "bar baz"
|
||
|
scratchpad -assert-unset foo
|