Altera_Forum
Honored Contributor
13 years agoQSYS changing from Verilog to VHDL
I'm using a modified version of a QSYS processor/peripheral set from an evaluation board as a basis for a new design. I've gotten my design working on the evaluation board using the original Verilog top level design file. Now I want to move the design to my final hardware with a VHDL top level project.
When I look at the generated component instance in the System Inspector tab, it shows the data bus signal type as being a bidirectional "inout". What I really want is a data_in and data_out set so I can route the bus to non-QSYS VHDL modules internally. When I look at the intermediate files, all the QSYS generated modules and interconnect are in Verilog. Is this just the way it is, or is there a way to generate all these as VHDL with the corresponding VHDL paradigm of unidirectional internal interconnect? Perhaps there's some setting that I'm missing ....