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

machxo2: Add add_sub test. Fix tests to include FACADE_IO primitives.

This commit is contained in:
William D. Jones 2020-11-26 21:58:20 -05:00 committed by Marcelina Kościelnicka
parent 597a54dbd0
commit 453904dd00
3 changed files with 11 additions and 3 deletions

View file

@ -5,4 +5,4 @@ equiv_opt -assert -map +/machxo2/cells_sim.v synth_machxo2 # 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 9 t:LUT4
select -assert-none t:LUT4 %% t:* %D
select -assert-none t:LUT4 t:FACADE_IO %% t:* %D