Skip to content

Commit d0c15e0

Browse files
committed
ql-qlf: k6n10f: QL_DSP2_MULTADD: remove port clk
Signed-off-by: Pawel Czarnecki <[email protected]>
1 parent a54dfd4 commit d0c15e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ql-qlf-plugin/qlf_k6n10f/dsp_sim.v

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ module QL_DSP2_MULTADD (
381381
input wire [17:0] b,
382382
output wire [37:0] z,
383383

384-
(* clkbuf_sink *)
385-
input wire clk,
386384
input wire reset,
387385

388386
input wire [ 2:0] feedback,
@@ -420,7 +418,6 @@ module QL_DSP2_MULTADD (
420418
.unsigned_a(unsigned_a),
421419
.unsigned_b(unsigned_b),
422420

423-
.clk(clk),
424421
.reset(reset),
425422

426423
.output_select(output_select), // unregistered output: ACCin (2, 3)

0 commit comments

Comments
 (0)