diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-07 21:35:48 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-07 21:35:48 -0700 |
commit | 2b6cdfb39f9010861cb203809b295d1c36d58aa5 (patch) | |
tree | 8c595c18ef61fae52c9bb304add2c7ba56c0d821 /tests/opt/opt_rmdff_sat.ys | |
parent | d5e8c0e6d33de71493855eca72fcc454a67a6140 (diff) | |
download | yosys-2b6cdfb39f9010861cb203809b295d1c36d58aa5.tar.gz yosys-2b6cdfb39f9010861cb203809b295d1c36d58aa5.tar.bz2 yosys-2b6cdfb39f9010861cb203809b295d1c36d58aa5.zip |
Move tests/various/opt* into tests/opt/
Diffstat (limited to 'tests/opt/opt_rmdff_sat.ys')
-rw-r--r-- | tests/opt/opt_rmdff_sat.ys | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/opt/opt_rmdff_sat.ys b/tests/opt/opt_rmdff_sat.ys new file mode 100644 index 000000000..1c3dd9c05 --- /dev/null +++ b/tests/opt/opt_rmdff_sat.ys @@ -0,0 +1,5 @@ +read_verilog opt_rmdff_sat.v +prep -flatten +opt_rmdff -sat +synth +select -assert-count 5 t:$_DFF_P_ |