FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6355 Discussions

works in testbench, but not on the board [IP UART TX and RX]

Altera_Forum
Honored Contributor II
920 Views

I just designed an ip UART TX and RX simple. It work in testbench but not on the board. Please tell me why? Thanks

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
234 Views

I didn't get through your complete code, but I recommend you use a clock in the state machine in RX/TX modules. 

The always @ ( * ) may work with simulator, but it could make a mess in actual hardware.
0 Kudos
Altera_Forum
Honored Contributor II
234 Views

I think alway@(*) it genarate like combination circuits. I wil considerate. thanks you for reply

0 Kudos
Reply