Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

opening sopc system (9.1) with version 10

Hi all,

java.lang.NullpointerException No further clues....

What can I do (except creating everything from scratch)?

<html>Warning: <b>clk_0</b>: Used clock_source <b>10.0</b> (instead of 9.1)

<html>Warning: <b>cpu_0</b>: Used altera_nios2 <b>10.0</b> (instead of 9.1)

<html>Warning: <b>onchip_memory2_0</b>: Used altera_avalon_onchip_memory2 <b>10.0</b> (instead of 9.1)

<html>Warning: <b>onchip_memory2_1</b>: Used altera_avalon_onchip_memory2 <b>10.0</b> (instead of 9.1)

<html>Warning: <b>pipeline_bridge_0</b>: Used altera_avalon_pipeline_bridge <b>10.0</b> (instead of 9.1)

<html>Warning: <b>pipeline_bridge_1</b>: Used altera_avalon_pipeline_bridge <b>10.0</b> (instead of 9.1)

<html>Warning: <b>phy1_pio</b>: Used altera_avalon_pio <b>10.0</b> (instead of 9.1)

<html>Warning: <b>pipeline_bridge_2</b>: Used altera_avalon_pipeline_bridge <b>10.0</b> (instead of 9.1)

<html>Warning: <b>status_pio</b>: Used altera_avalon_pio <b>10.0</b> (instead of 9.1)

<html>Warning: <b>pipeline_bridge_3</b>: Used altera_avalon_pipeline_bridge <b>10.0</b> (instead of 9.1)

Error: Unexpected error reading the ensemble: java.lang.NullPointerException

Error: The system could not be opened: G:\MicroSelector_Electronics\testrig\electronics\master_pcb\rev0_test_Q10\fpga\CpuSys\cpu_sopc_system.sopc

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'm not sure whether or not this applies in your case.

    I had a similar problem with our previous design in SoPC 9.1 sp2 (including nios, ddr2 and some vip and custom ip for SIII). The design had errors upon opening in Quartus 10.

    in our case, it turns out the source of errors were libraries, becase we didn't installed all of devices ( I only installed Stratix III and Cyclone III ) the SoPC builder couldn't compile the sopc. the errors were fixed upon re-installing quartus with ALL devices support.

    P.S. For us, the particular error source was VIP CTI and ITC ips. They required stratix II device libraries to work on stratix III fpgas.