Lab Lecture
08/04/2023, 7:34 AMVijayan Krishnan
08/04/2023, 7:48 AMreset
not declared in user_prject_wrapper.v
?Lab Lecture
08/04/2023, 8:54 AMLab Lecture
08/04/2023, 8:57 AMVijayan Krishnan
08/04/2023, 9:05 AMinput 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,
// Logic Analyzer Signals
input [127:0] la_data_in,
output [127:0] la_data_out,
input [127:0] la_oenb,
// IOs
input [`MPRJ_IO_PADS-1:0] io_in,
output [`MPRJ_IO_PADS-1:0] io_out,
output [`MPRJ_IO_PADS-1:0] io_oeb,
How you're connecting to reset
? is that wb_rst_i
?Lab Lecture
08/04/2023, 9:06 AMMitch Bailey
08/04/2023, 9:14 AMmy_ip
? Specifically, what ports are defined?
Are you able to share your design hierarchy?
Does the verilog hierarchy match the layout or has the verilog been flattened during synthesis?Lab Lecture
08/04/2023, 9:19 AMMitch Bailey
08/04/2023, 10:08 AMLab Lecture
08/04/2023, 10:12 AMMitch Bailey
08/26/2023, 9:10 PMMatt Venn
08/29/2023, 9:28 AMMatt Venn
08/29/2023, 9:28 AM