Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Thanks. I've tried it, but still the same errors / warnings. I've picked up the NEEK along with the Custom FPGA option in ' make menuconfig '. I've tried that sopc command to generate a .h file and cp it to the directory you mentioned. But still the same result :( Maybe the only solution is to turn back for old versions...sign --- Quote End --- The instructions are severely dated and not in sync with the cutting edge stuff but it is possible to get it working. Few other things From your error message it looks like maybe your clock might be named the wrong thing? You need to have a full featured timer with a 10mS period named "sys_clk_timer" in your system. If you have an interrupt 0 in your system, it has to be the timer interrupt. Also it looks like you may not have a RAM component named "ddr_sdram". That is also necessary. Basically I would open one of the working designs and copy their device names exactly. Even if your RAM is not DDR, it has to be named "ddr_sdram" or you have to modify the code base. David