diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-10-02 21:26:26 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-10-02 21:26:26 -0700 |
commit | e9645c7fa7fc349afad103ff8736699bb4dc0412 (patch) | |
tree | 427265dac80735a11f28d2f9a01594907922989d /tests | |
parent | e4bd5aaebf7e329236b10c93eac9ad113231f00e (diff) | |
download | yosys-e9645c7fa7fc349afad103ff8736699bb4dc0412.tar.gz yosys-e9645c7fa7fc349afad103ff8736699bb4dc0412.tar.bz2 yosys-e9645c7fa7fc349afad103ff8736699bb4dc0412.zip |
Fix broken CI, check reset even for constants, trim rstmux
Diffstat (limited to 'tests')
-rw-r--r-- | tests/various/peepopt.ys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/various/peepopt.ys b/tests/various/peepopt.ys index 1f18f1c74..4b130578b 100644 --- a/tests/various/peepopt.ys +++ b/tests/various/peepopt.ys @@ -131,8 +131,8 @@ EOT proc equiv_opt -assert peepopt design -load postopt -select -assert-count 1 t:$dff r:WIDTH=5 %i -select -assert-count 1 t:$mux r:WIDTH=5 %i +select -assert-count 1 t:$dff r:WIDTH=4 %i +select -assert-count 1 t:$mux r:WIDTH=4 %i select -assert-count 0 t:$dff t:$mux %% t:* %D #################### |