mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
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
|