FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

altera TSE compiled in fpga VHO

Altera_Forum
Honored Contributor II
1,433 Views

Hi to all. 

I use cyclone4 and i make a project that use the tse (triple speed ethernet) megafuncion. 

It compiles without errors. 

Now i have a vho (vhdl output) for the simulation. 

 

If i use this vho and the right libs i can simulate my project with modelsim. 

The simulation is ok for my circuits, except for the tse module. 

The project must send out tx packets on the ethernet tse. 

I make a fsm that drives the avalon streaming signals (sop, eop, etc) and a fsm that initializes the reg 0x02 with data 0x00000001 of the tse. 

The reg 0x01 bit0 is tx enable. 

But the data of MII tx stays at 0x0 always. 

Which is the correct sequence to initialize the module tse? 

The simulation does in this way it work?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
707 Views

SOLVED. 

my fsm had a bug. 

Now i can simulate my FPGA project with TSE inside. 

Best regards!
0 Kudos
Reply