mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
Cleanup synth_xilinx
This commit is contained in:
parent
06f8f2654a
commit
29a8d4745e
2 changed files with 2 additions and 3 deletions
|
@ -95,7 +95,7 @@ module \$__SHREG_ (input C, input D, input [31:0] L, input E, output Q);
|
|||
MUXF8 fpga_mux_2 (.O(Q), .I0(T7), .I1(T8), .S(L[6]));
|
||||
end
|
||||
end
|
||||
else if (DEPTH < 129 || (DEPTH <= 129 && &_TECHMAP_CONSTMSK_L_)) begin
|
||||
else if (DEPTH <= 128 || (DEPTH == 129 && &_TECHMAP_CONSTMSK_L_)) begin
|
||||
// Handle cases where depth is just 1 over a convenient value,
|
||||
if (&_TECHMAP_CONSTMSK_L_) begin
|
||||
// For constant length, use the flop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue