Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
i have done this before without error, this may be some specific configuration issue.
--dalon - Altera_Forum
Honored Contributor
Did you remember if you need to set any parameters or definition to have run?
According to Interniche, we only need to enable the MULTI_HOMED and IP_ROUTING definition. Appreciate if you can help.. Best, - Altera_Forum
Honored Contributor
did not have to do anything. I made one minor modification to the driver to allow me to easily determine which TSE was which, but that is it.
Are these 2 entirely separate TSEs with independent SGDMA's or a shared FIFO implementation? --dalon - Altera_Forum
Honored Contributor
Either way, it gave me the same problem.. What setting you did?
I found that tse_mac_device structure array of 4, was only filled with 1 TSE structure address, which is the second ethernet. The first ethernet were never initialized.. So when it received message, it ran an invalid instruction (wildcard instruction).