Forum Discussion
Altera_Forum
Honored Contributor
14 years agorunning program in SRAM doesn't work
Hi all, I am running my C program in NiosII and I need to print out the result on the console. There are a 512KB SRAM and an 8MB SDRAM on the board. The program works fine with the SDRAM. ...
Altera_Forum
Honored Contributor
14 years agoMaybe the ram delays a little to response.
Try to create a PLL clock with 2 clock outputs One with a delay and connect it to de NIOS clock The other clock without delay connect to de ram clock. I had the same problem and solved by PLL whit delay clock (In case 3ns).