mirror of https://github.com/YosysHQ/yosys.git
Add assign PCOUT = P to DSP48E1
This commit is contained in:
parent
0597a3ea23
commit
ed4b2834ef
|
@ -784,4 +784,6 @@ module DSP48E1 (
|
|||
end
|
||||
endgenerate
|
||||
|
||||
assign PCOUT = P;
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Reference in New Issue