3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Merge pull request #1572 from nakengelhardt/scratchpad_pass

add a command to read/modify scratchpad contents
This commit is contained in:
Eddie Hung 2019-12-18 13:55:44 -05:00 committed by GitHub
commit b2a42e1fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 136 additions and 0 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