K
Kwaj
Guest
I would like to create a new type, bit32word, which would be a 16bit
std_logic_vector. I tried the following,
type bit32word is STD_LOGIC_VECTOR(31 DOWNTO 0);
which didn't seem to work. Any ideas??
- Kwaj
std_logic_vector. I tried the following,
type bit32word is STD_LOGIC_VECTOR(31 DOWNTO 0);
which didn't seem to work. Any ideas??
- Kwaj