Altera_Forum
Honored Contributor
11 years agoCompile errors with Qsys generated verilog
Error (10162): Verilog HDL Object Declaration error at c5g_nios2_dram_daq_mem_if_lpddr2_emif_p0_acv_hard_io_pads.v(289): can't declare implicit net "dqs_busout" because the current value of 'default_nettype is "none"
I get the above error when running analysis and elaboration on a qsys generated Nios II cpu which uses LPDDR2 RAM. This also occurs when I compile the demonstration application which comes with the Cyclone V GX Starter Kit: C5G_V.1.1.0_SystemCD/Demonstrations/C5G_LPDDR2_Nios_Test Is there a setting that I need to change? I have tried to set the `default_nettype to "wire" but that doesn't seem to have an effect. John