diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-19 10:29:40 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-19 10:29:40 -0800 |
commit | 94f15f023c8720d84211ac75980cf0b0f492411d (patch) | |
tree | 29f40490883b15fec68ef6aba99767a0deaecc4f /tests/various | |
parent | 76ba06a79ea917a0e515aa0e99ae41f42e8bddc9 (diff) | |
parent | f52c6efd9da161e625538f9e8c23875efebda60f (diff) | |
download | yosys-94f15f023c8720d84211ac75980cf0b0f492411d.tar.gz yosys-94f15f023c8720d84211ac75980cf0b0f492411d.tar.bz2 yosys-94f15f023c8720d84211ac75980cf0b0f492411d.zip |
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'tests/various')
-rw-r--r-- | tests/various/scratchpad.ys | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/various/scratchpad.ys b/tests/various/scratchpad.ys new file mode 100644 index 000000000..dc94081ea --- /dev/null +++ b/tests/various/scratchpad.ys @@ -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 |