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 agoI would say the same thing, using std_logic_vector instead of integer in your port list is a better practice.
Of course you will probably have a few more cast operation but integer is not really HW friendly.