Forum Discussion
Altera_Forum
Honored Contributor
10 years agoExample:
if ((CLK'EVENT) and (CLK='1')) then if (TXE = '0') ... end if shoud became if (TXE = '0') ... read the article..Example:
if ((CLK'EVENT) and (CLK='1')) then if (TXE = '0') ... end if shoud became if (TXE = '0') ... read the article..