Altera_Forum
Honored Contributor
15 years agocyclone III triple speed ethernet instantiation in SOPC builder
I met a strange problem when I was trying to instantiate triple speed Ethernet MAC from SOPC builder.
In SOPC builder, the device family is cycloneIII, as we can see from the following lines in .sopc file: <parameter name="deviceFamily" value="CYCLONEIII" /> However, after instantiate tse and generate the system in SOPC builder, from the .ptf file, I can see the following: HDL_INFO { Simulation_HDL_Files = "/home/Altera/quartus/eda/sim_lib/stratixiigx_hssi_atoms.v, /home/Altera/quartus/eda/sim_lib/stratixiv_hssi_atoms.v,eth_tse.vo,eth_tse_loopback.v"; } Why I need StratixII and StratixIV atom files here for my tse in CycloneIII? Thanks!