Altera_Forum
Honored Contributor
13 years agoBest way to interface my CPU
Hello, I am wondering what is the best way to interface my 32-bit RISC CPU. I need to interface it with the sdram memory, the flash memory, and possibly the sram memory. I will also need to dedicate a portion of the memory to a VGA controller which will output a video signal. I am wondering what is the best method to achieving this.
I looked into possibly using QSYS to setup this config, (JUST replace the NIOS 2 processor with mine) however I am not sure if I should do it due to the amount of work it will take to set up the processor interfaces (I am also going to update the CPU all the time so I will need to pick a method that will make updating all the components easy). I looked into doing it in VHDL, but I am not sure if it will be easy. I already got a VGA controller working however I will need to make the memory controllers which will be much more difficult. I forgot to include this, but I am using a terasic de1 board currently. Can somebody please help me solve this ordeal?