Forum Discussion
Altera_Forum
Honored Contributor
14 years agowhy are you using bit_vectors anyway?
Second question, why are you doing such massive conversions? why not just stick with integers or unsigned? This amount of type conversion can get very frustrating when you have to do it all the time. Its alot easier just to stay with the type, and keep associated signals in simular types.