3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-08 23:23:25 +00:00

Fix broken CI, check reset even for constants, trim rstmux

This commit is contained in:
Eddie Hung 2019-10-02 21:26:26 -07:00
parent e4bd5aaebf
commit e9645c7fa7
2 changed files with 29 additions and 26 deletions

View file

@ -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
####################