Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI also notice you're trying to map bits to std_logic - you cannot do that. You will have to type convert them.
Alternatively, dont use the bit type - use std_logic(_vector)I also notice you're trying to map bits to std_logic - you cannot do that. You will have to type convert them.
Alternatively, dont use the bit type - use std_logic(_vector)