3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 12:08:19 +00:00

qlf_k6n10f: Fix DSPV2 models

This commit is contained in:
Martin Povišer 2025-02-20 11:28:34 +01:00
parent d600245ccf
commit 9035abdcd6

View file

@ -976,9 +976,9 @@ module dspv2_32x18x64_cfg_ports (
.b_cin(b_cin_i),
.z_cin(z_cin_i),
.z_cout(a_cout_o),
.a_cout(b_cout_o),
.b_cout(z_cout_o)
.a_cout(a_cout_o),
.b_cout(b_cout_o),
.z_cout(z_cout_o)
);
endmodule