Forum Discussion
TSE IP core on MAX10 not working
Hi,
You may refer to the following design example for MAX 10, it consist of the pattern generator for ethernet packet.
It look like there is another problem in your system design with UART that unable to update the statistics register, but it work well in TCL scripts.
The UART is not working in both dev kit and custom board, If this is only the statistics register not update correctly, but other registers are okay. I would suggest you to double check your code, to ensure the address are assigned correctly, and double check if you turn on the “include statistics counters” from the TSE IP.
Regards -SK
- rt525 years ago
Occasional Contributor
Looking at the example design, I see other components in the platform designer that I don't have in mine, like eth_gen and eth_mon. I will see about adding those back in to get loopback going, thanks.
Yes, I can read/write the registers that are read/writable, but the read only statistics counters don't update.
The register address for the statistics counter are correct and match the datasheet and the "include statistics counter" option is checked in platform designer.