We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d7bc5 commit 167ef90Copy full SHA for 167ef90
1 file changed
hw/pulp/control_pulp_fpga.sv
@@ -1984,6 +1984,11 @@ module control_pulp_fpga import pms_top_pkg::*; #(
1984
.to_ext_req_o (from_pl_req),
1985
.to_ext_resp_i (from_pl_resp),
1986
1987
+ .d2d_clk_i ( '0 ),
1988
+ .d2d_data_i ( '0 ),
1989
+ .d2d_clk_o ( ),
1990
+ .d2d_data_o ( ),
1991
+
1992
.apb_clk_ctrl_bus ( s_apb_clk_ctrl_bus ),
1993
.clk_mux_sel_o ( s_clk_mux_sel ),
1994
.apb_pad_cfg_bus ( s_apb_pad_cfg_bus ),
0 commit comments