Do not do call equiv_opt when no sim model exists
authorEddie Hung <eddie@fpgeh.com>
Wed, 1 Jan 2020 02:40:30 +0000 (18:40 -0800)
committerEddie Hung <eddie@fpgeh.com>
Wed, 1 Jan 2020 02:40:30 +0000 (18:40 -0800)
tests/arch/ecp5/macc.ys
tests/arch/ecp5/mul.ys

index 1863ea4d2797f86221868e8f4a77bf539215df32..8da8d2f8e935cd07b0e326f98a76093a26c0e21f 100644 (file)
@@ -3,8 +3,8 @@ hierarchy -top top
 proc
 # Blocked by issue #1358 (Missing ECP5 simulation models)
 #equiv_opt -assert -map +/ecp5/cells_sim.v synth_ecp5 # equivalency check
-equiv_opt -map +/ecp5/cells_sim.v synth_ecp5 # equivalency check
-design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
+synth_ecp5
+#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 1 t:MULT18X18D
 select -assert-count 4 t:CCU2C
index 2105be52ce7a71f24cde6c030cb71567ab2bc0ee..f887e9585896d6eec5969ff5cef14b34367bf78b 100644 (file)
@@ -3,9 +3,9 @@ hierarchy -top top
 proc
 # Blocked by issue #1358 (Missing ECP5 simulation models)
 #equiv_opt -assert -map +/ecp5/cells_sim.v synth_ecp5 # equivalency check
-equiv_opt -map +/ecp5/cells_sim.v synth_ecp5 # equivalency check
+synth_ecp5
 
-design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
+#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 1 t:MULT18X18D
 select -assert-none t:MULT18X18D %% t:* %D