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:
parent
79fb291dbe
commit
75b96b1aff
2 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue