mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-03 00:28:08 +00:00
gowin: Fix X output of $alu techmap
This commit is contained in:
parent
cee3cb31b9
commit
30f1d10948
3 changed files with 30 additions and 1 deletions
9
tests/arch/gowin/compare.ys
Normal file
9
tests/arch/gowin/compare.ys
Normal file
|
@ -0,0 +1,9 @@
|
|||
read_verilog compare.v
|
||||
hierarchy -top top
|
||||
proc
|
||||
equiv_opt -assert -map +/gowin/cells_sim.v synth_gowin # equivalency check
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd top # Constrain all select calls below inside the top module
|
||||
select -assert-count 5 t:ALU
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue