Altera_Forum
Honored Contributor
16 years ago.BDF/VHDL project with ModelSim
Dear all,
My project is composed by a root.bdf file and some vhdl modules. It works correctly in Quartus but I'm not capable to compile it in ModelSim. The problem should be due to the root.vhd file produced by Quartus (through the "File-> Create -> Create HDL Design File for Current File" function) where each bus is constantly defined std_logic_vector while inside my modules I used different types (unsigned, signed, ...). These misalignment produce an error in ModelSim (it recognize different types connected together) and it stop compilation. Someone please know a solution to this problem? Thanks a lot!