Forum Discussion
Altera_Forum
Honored Contributor
8 years agoproblem with type matching
Hey guys! I'm having a problem with component instantiation. I keep on getting the an error in modelsim that my types dont match up: # ** Failure: (vsim-3807) Types do not match between compon...
Altera_Forum
Honored Contributor
8 years agoif you do netlist simulations, it is recomended that all ports from the DUT are std_logic_vector, as they will get converted to these when compiled.
Otherwise, dont bother doing netlist sims, and keep to RTL sims (in 15 years, I have never needed to run a gate level sim).