Forum Discussion
Altera_Forum
Honored Contributor
10 years agoSome issue on FT2232H in Synchronous FIFO
Hello everyone! I have some troubles with the FTDI chip. I use it in this way: FPGA+FT2232H on custom board and PC Application on the other side. All stuff using in Synchronous FIFO mode. So fr...
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..