Forum Discussion
Altera_Forum
Honored Contributor
14 years ago@mlefevre Nice it worked also for you! :)
I think if the signal is defined in the toplevel of the QSYS generated code asinout wire bus_ssram_tcm_begintransfer_n_outthe coresponding VHDL should be bus_ssram_tcm_begintransfer_n_out : inout std_logicMay be there are some signals defined as inout wire some_signalthen it would be some_signal : inout std_logic_vector(0 downto 0)But here I'm not sure because I never wrote Verilog... Anyway, the SOPC Builder created also VHDL Code, so such problems where never there...