Forum Discussion
Altera_Forum
Honored Contributor
13 years agohow can i know the type of input in ethernet generated from pluggin?
how can i know the type of input in ethernet generated from pluggin for VHDL to define variable? and find that there are two reserved words in ethernet's file, one is read, another is write, wh...
Altera_Forum
Honored Contributor
13 years agowritedata and ff_tx_data are part of two different interfaces. writedata is part of an Avalon Memory Mapped interface, used to configure the MAC registers, while ff_tx_data is the Avalon Stream interface used to send actual packets. The clocked used on the PHY side depends on the interface between the MAC and the PHY and needs to be precise. The clock used on the avalon side should just be at least fast enough to support the bandwidth.