Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAs a general suggestion, you should use CONSTANT objects instead of variables. They can be defined in the declaration part of the architecture with arithmetic expressions.
An address counter to select data bytes for transmission is missing. You also can't send 8-Bit data to a 4-Bit transmit port.