3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 05:00:52 +00:00

Add synth_xilinx -nomux option

This commit is contained in:
Eddie Hung 2019-04-22 12:36:15 -07:00
parent 79fb291dbe
commit 75b96b1aff
2 changed files with 18 additions and 4 deletions

View file

@ -142,6 +142,7 @@ module \$__XILINX_SHREG_ (input C, input D, input [31:0] L, input E, output Q, o
endgenerate
endmodule
`ifndef NO_MUXFN
module \$shiftx (A, B, Y);
parameter A_SIGNED = 0;
parameter B_SIGNED = 0;
@ -219,3 +220,4 @@ module \$shiftx (A, B, Y);
end
endgenerate
endmodule
`endif // NO_MUXFN