mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-02 03:36:56 +00:00
Merge branch 'main' into emil/turbo-celltypes
This commit is contained in:
commit
af56efaa83
11 changed files with 167 additions and 135 deletions
|
|
@ -74,6 +74,7 @@ EOT
|
|||
|
||||
techmap -wb -D EQUIV -autoproc -map +/ice40/cells_sim.v
|
||||
|
||||
async2sync
|
||||
equiv_make top ref equiv
|
||||
select -assert-any -module equiv t:$equiv
|
||||
equiv_induct
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ foreach fn [glob opt_hier_*.v] {
|
|||
design -copy-from gate -as gate A:top
|
||||
yosys rename -hide
|
||||
equiv_make gold gate equiv
|
||||
equiv_induct equiv
|
||||
equiv_induct -ignore-unknown-cells equiv
|
||||
equiv_status -assert equiv
|
||||
|
||||
log -pop
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ select n:C_* -assert-count 2
|
|||
equiv_make gold gate equiv
|
||||
hierarchy -top equiv
|
||||
equiv_struct
|
||||
equiv_induct -seq 5
|
||||
equiv_induct -ignore-unknown-cells -seq 5
|
||||
equiv_status -assert
|
||||
design -reset
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ select n:B_* -assert-count 2
|
|||
equiv_make gold gate equiv
|
||||
hierarchy -top equiv
|
||||
equiv_struct
|
||||
equiv_induct -seq 5
|
||||
equiv_induct -ignore-unknown-cells -seq 5
|
||||
equiv_status -assert
|
||||
design -reset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue