Skip to content

Commit

Permalink
Update tests to account for abc9 change
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Mar 14, 2024
1 parent b6b7056 commit fedd88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/arch/xilinx/bug3670.ys
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
read_verilog bug3670.v
read_verilog -lib -specify +/xilinx/cells_sim.v
abc9
abc9 -lutlib
2 changes: 1 addition & 1 deletion tests/arch/xilinx/dsp_abc9.ys
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DSP48E1 #(.AREG(1)) u2(.A(A), .B(B), .PCIN(casc), .P(P));
endmodule
EOT
synth_xilinx -run :prepare
abc9
abc9 -lutlib
clean
check
logger -expect-no-warnings
2 changes: 1 addition & 1 deletion tests/various/abc9.ys
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module abc9_test037(input [1:0] i, output o);
LUT2 #(.mask(4'b0)) lut (.i(i), .o(o));
endmodule
EOT
abc9
abc9 -lutlib


design -reset
Expand Down

0 comments on commit fedd88b

Please sign in to comment.