mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Add NX_CY
This commit is contained in:
parent
b4e9bb0d85
commit
b3f59c9820
4 changed files with 88 additions and 0 deletions
10
tests/arch/nanoxplore/add_sub.ys
Normal file
10
tests/arch/nanoxplore/add_sub.ys
Normal file
|
@ -0,0 +1,10 @@
|
|||
read_verilog ../common/add_sub.v
|
||||
hierarchy -top top
|
||||
proc
|
||||
equiv_opt -assert -map +/nanoxplore/cells_sim.v synth_nanoxplore # 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 2 t:NX_CY
|
||||
select -assert-count 4 t:NX_LUT
|
||||
select -assert-none t:NX_CY t:NX_LUT %% t:* %D
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue