Skip to content

Commit 167ef90

Browse files
committed
hw: Fix unconnected ports in FPGA wrapper
1 parent 04d7bc5 commit 167ef90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hw/pulp/control_pulp_fpga.sv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,6 +1984,11 @@ module control_pulp_fpga import pms_top_pkg::*; #(
19841984
.to_ext_req_o (from_pl_req),
19851985
.to_ext_resp_i (from_pl_resp),
19861986

1987+
.d2d_clk_i ( '0 ),
1988+
.d2d_data_i ( '0 ),
1989+
.d2d_clk_o ( ),
1990+
.d2d_data_o ( ),
1991+
19871992
.apb_clk_ctrl_bus ( s_apb_clk_ctrl_bus ),
19881993
.clk_mux_sel_o ( s_clk_mux_sel ),
19891994
.apb_pad_cfg_bus ( s_apb_pad_cfg_bus ),

0 commit comments

Comments
 (0)