Add -assert
authorEddie Hung <eddie@fpgeh.com>
Tue, 1 Oct 2019 02:57:26 +0000 (19:57 -0700)
committerMiodrag Milanovic <mmicko@gmail.com>
Thu, 17 Oct 2019 15:10:42 +0000 (17:10 +0200)
tests/xilinx/counter.ys

index b602b74d7c3daa5c12491e8093a186b44044c6ce..3bb3a8eb0e455c487b23e4b334dd841e5636353c 100644 (file)
@@ -2,7 +2,7 @@ read_verilog counter.v
 hierarchy -top top
 proc
 flatten
-equiv_opt -map +/xilinx/cells_sim.v synth_xilinx # equivalency check
+equiv_opt -assert -map +/xilinx/cells_sim.v synth_xilinx # 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