Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to use the Opencores 10/100 Ethernet MAC.
Hello, I have the Opencores 10/100 Ethernet MAC which was updated and improved by Microtronix Datacom. I add it in my system under SOPC builder as the Avalon module and generate. But when I com...
Altera_Forum
Honored Contributor
21 years agoHi, menotti
First, I think there is no need to have the same class.ptf file. I have tried it with nios&nios2, and it can be compiled successfully in Verilog. But if you generate the system in VHDL under SOPC Builder, you should copy all .v file to your project directory, and you can compile them in Quartus. "class_version" is just a description. Second, the right structure is opencores_ethernet_mac\sdk\inc\igor.h opencores_ethernet_mac\sdk\lib\igor.c opencores_ethernet_mac\sdk\src\some examples. opencores_ethernet_mac\All the original Verilog files and class.ptf. Bye.