Forum Discussion
Altera_Forum
Honored Contributor
9 years agoTriple Speed Ethernet
Hello everyone, I am new to FPGA, I have an Altera DE2-115 kit and i was working on triple speed Ethernet, and have successfully done the "Using Triple Speed Ethernet Tutorial", but i want some he...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- What exactly is it that you don't understand? Each of those lines has a comment explaining what is done. Personally I would have used# defines instead of hard coded addresses and offsets though. --- Quote End --- i can understand what is commented, but i want to know i.e. "*(tse + 3) = 0x116E6001;" means?, mac address is of 6 bytes and this is an hexadecimal number which means it is of only 4 bytes, also what does this 3 represents.