R
Raj
Guest
I found a verilog core which performs the task I want and I wish to use it within my VHDL module.
Is such a functionality possible? If yes, what all additional steps would be required?
I found this source http://quartushelp.altera.com/14.1/mergedProjects/hdl/vlog/vlog_file_mixed_lang.htm
which tells me that I have to declare components within Verilog in the VHDL module, which creates a portmap.
My question here is, do I do this within my top level file itself? or create a new file for this mapping?
Thanks,
Raj
Is such a functionality possible? If yes, what all additional steps would be required?
I found this source http://quartushelp.altera.com/14.1/mergedProjects/hdl/vlog/vlog_file_mixed_lang.htm
which tells me that I have to declare components within Verilog in the VHDL module, which creates a portmap.
My question here is, do I do this within my top level file itself? or create a new file for this mapping?
Thanks,
Raj