Forum Discussion
Altera_Forum
Honored Contributor
20 years agoEPCS Controller & Altera development board
I am trying to implement a EPCS controller on the Altera Development board but I am having a bit of trouble. I am using of the the Altera design examples for the EP2C35 with VHDL code. The version ...
Altera_Forum
Honored Contributor
12 years agoTo read EPCS (for boot) you need some code.
This code is included the the quartos EPCS block - probably so that the address of the registers can determined (a fixed offset from the program counter). So only the reset vector needs to point into the EPCS controller memory. Apart from that you should ignore the fact that it contains memory. That memory block is actually a PITA. You get it even if you don't want to boot from EPCS. It also forces you to allocate an instruction cache - which you might otherwise not need if all your code is in tightly coupled instruction memory.