3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Add assign PCOUT = P to DSP48E1

This commit is contained in:
Eddie Hung 2019-08-13 12:19:26 -07:00
parent 0597a3ea23
commit ed4b2834ef

View file

@ -784,4 +784,6 @@ module DSP48E1 (
end
endgenerate
assign PCOUT = P;
endmodule