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:
parent
e4bd5aaebf
commit
e9645c7fa7
2 changed files with 29 additions and 26 deletions
|
@ -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
|
||||
|
||||
####################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue