Skip to content

Commit

Permalink
quicklogic: update dspv2_sim.v to v1.1 Feb21
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Mar 6, 2025
1 parent a8c10ee commit 7514c47
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 88 deletions.
2 changes: 1 addition & 1 deletion techlibs/quicklogic/qlf_k6n10f/dspv2_map.v
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module \$__MUL16X9 (input [15:0] A, input [8:0] B, output [24:0] Y);
dspv2_16x9x32_cfg_ports _TECHMAP_REPLACE_ (
.a_i(A),
.b_i(B),
.c_i(10'd0),
.c_i(9'd0),
.z_o(Y),

.clock_i(1'bx),
Expand Down
Loading

0 comments on commit 7514c47

Please # to comment.