diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-15 00:58:07 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-30 18:27:04 +0200 |
commit | af6623ebb86e796dfe4c122f03890e0788399af0 (patch) | |
tree | 1c29da82e43bebb99c36c5599b8d6bea1d759caf /tests/opt/opt_rmdff.ys | |
parent | 8fd43515c5790552e686dbad09e92db2e8d291ca (diff) | |
download | yosys-af6623ebb86e796dfe4c122f03890e0788399af0.tar.gz yosys-af6623ebb86e796dfe4c122f03890e0788399af0.tar.bz2 yosys-af6623ebb86e796dfe4c122f03890e0788399af0.zip |
Add opt_dff pass.
Diffstat (limited to 'tests/opt/opt_rmdff.ys')
-rw-r--r-- | tests/opt/opt_rmdff.ys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_rmdff.ys b/tests/opt/opt_rmdff.ys index 6fb24fd66..998414597 100644 --- a/tests/opt/opt_rmdff.ys +++ b/tests/opt/opt_rmdff.ys @@ -4,7 +4,7 @@ design -stash gold read_verilog -icells opt_rmdff.v proc -opt_rmdff +opt_dff select -assert-count 0 c:remove* select -assert-min 7 c:keep* |