Forum Discussion
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...
Altera_Forum
Honored Contributor
15 years agoFYI, I found similar cases even in the reference design.
For example, in tse reference design for cycloneIII, in the SOPC builder generated verilog file "tserd_3c120_sopc.v", I found the following files need to be included: `include "/tools/altera/9.1/internal/222/linux64/quartus/eda/sim_lib/stratixiigx_hssi_atoms.v" `include "/tools/altera/9.1/internal/222/linux64/quartus/eda/sim_lib/stratixiv_hssi_atoms.v" It's strange since this is the reference design for cycloneIII, why I need Stratix device simulation library?