Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi there, I know alittle to get me through RTL to VHDL conversion.
The question i have is in regards to dat[6], is that written as data: In bit_vector (6 downto 0); For resa[3] and resb [3], is it related in this form: Architecture RTL_sequence to VHDL_translation is Port (resa , resb: OUT_bit (3 downto 0); or in SIGNAL resa: bit_vector (3 downto 0); resb: bit_vector (3 downto 0);