Ruige Lee
11/22/2022, 12:44 PMuser_defines.v
, so all io status will only depend on io_in, io_out, io_oeb
in user_project_wrapper.v
after power-up or reset?
2. if assign io_oeb[n] = 1'b0
,then top_io[n] = io_out[n]
; if assign io_oeb[n] = 1'b1
,then io_in[n] = top_io[n]
?