Emilio Baungarten
08/18/2023, 9:07 PMMitch Bailey
08/18/2023, 10:51 PMwbs_ack_o
and wbs_dat_o[*]
in your rtl?
From the i/o specification for user_project_wrapper
input wb_clk_i,
input wb_rst_i,
input wbs_stb_i,
input wbs_cyc_i,
input wbs_we_i,
input [3:0] wbs_sel_i,
input [31:0] wbs_dat_i,
input [31:0] wbs_adr_i,
output wbs_ack_o,
output [31:0] wbs_dat_o,
wbs_ack_o
and wbs_dat_o
are outputs of user_project_wrapper
so if you’re using them as input for some logic, you’re also going to have to drive them.Emilio Baungarten
08/18/2023, 11:32 PMMitch Bailey
08/19/2023, 1:00 AM"QUIT_ON_SYNTH_CHECKS": 1
?