Altera_Forum
Honored Contributor
9 years agoNeed help with my final project design (Ethernet Transmitter)
Hi all,
My goal is to build Ethernet Transmitter based pipeline. I already built few things and I have few questions: 1. I want to take my input (ethernet 2 / 802.3 frames) from a TEXT file, and I know that each frame has a different size, also, when I read from file to a Register, I need to mention his size (std logic vector(n-1 downto 0). How can I read input when I don't know the size of the std logic vector? I thgouht to make an assumption and decide that all the packet will be the same size, but it doesn't sound that good.. 2. I need to work with DM9000A in order to work with the ethernet controller, is there a good tutorial for it? (I don't know how to work with Nios 2)