Forum Discussion

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

DE2-115 schematics don't show EPCS pins

I'm trying to get my hardware/software nios project into the EPCS64 device on the DE2-115 board. It sounds like I need a EPCS controller in my nios project, but when it exports the signals for the controller I can't find the pins in the schematics I'm supposed to connect them to. Where do you find the pins for the EPCS device on this board?

I'm following this tutorial:

http://www.altera.com/support/kdb/downloads/rd11122013_865/nios%20ii%20boot%20from%20epcq%20and%20epcs%20in%20quartus%20ii%2013.0.pdf

It seems like the hardware design is getting in there, but not the software and I think it's because I am unable to assign my reset vector to the EPCS controller without knowing what pins on the FPGA to use.

13 Replies

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

    --- Quote Start ---

    Ok sounds good. I'll get on that. Are you saying I should get a .pof file working basically? Load through AS via the Quartus II programmer?

    --- Quote End ---

    Yes. Your NIOS II core can still be in the design, but if you add a JTAG bridge, then you can use system console to access your design. This would then confirm that booting NIOS II is the problem, rather than the image generation for the EPCS device.

    Cheers,

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

    --- Quote Start ---

    I do have a question.

    --- Quote End ---

    Sorry, I don't use NIOS II tools, so cannot answer this one. However, I'm pretty sure when you set the reset vector to the EPCS, you are not actually running code out of the EPCS, but out of FPGA RAM that is part of the EPCS bootloader/controller.

    Note that *ALL* of your booting questions can be answered by yourself by simulating the NIOS II processor design in Modelsim :)

    Cheers,

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

    Great Idea. I'm actually very uneducated regarding simulating nios stuff so I need to delve into that very soon. Thanks for the time I really appreciate it!