Forum Discussion

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

a strange problem about quartusII 5.0

I construct a sopc project in quartusII 4.1, and I can run any example on my board!

but I contruct the same sopc project in quarutsII 5.0, when I run the hello_led project in niosII IDE, the console give me such message:

Processor is already paused

Reading System ID at address 0x00301838: verified

Downloading 00200020 ( 0%)

Downloaded 1KB in 0.0s

Verifying 00200020 ( 0%)

Verified OK

Leaving target processor paused

but when I run the hello_world project in niosII IDE, the console display:

Processor is already paused

Reading System ID at address 0x00301838: verified

Downloading 00200020 ( 0%)

Downloading 00210000 (72%)

Downloaded 89KB in 2.3s (38.6KB/s)

Verifying 00200020 ( 0%)

Verify failed

Leaving target processor paused

why quarutsII 5.0 can not work??

5 Replies

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

    I think it is due to your SOPC system.

    The problem appears when the cpu cannot work. And there are two reason may cause the result: One is the system you creat, mabye something wrong is with your system;and another may be that your FPGA configuration is destroyed, a new configuration is needed.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I use niosII 5.0 and quartusII 5.0!

    but hello_led is successful, and hello_world can not work!

    it is very strange !!!!!!!!!
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    <div class='quotetop'>QUOTE </div>

    --- Quote Start ---

    but hello_led is successful, and hello_world can not work!

    it is very strange !!!!!!!!![/b]

    --- Quote End ---

    It is because the file size of them.

    What type of dowload cable do you use?

    I find Byteblaster II will occur similar errors. Please refe to:run as hardware error (http://www.niosforum.com/forum/index.php?act=st&f=2&t=2099)
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    yes ,I use byteblasterII!

    but when I use quartusII4.1 and niosII1.0, everything is ok!

    is there a bug in niosII 5.0?