Altera_Forum
Honored Contributor
11 years agoTrouble adding additional F2H_SDRAM Port
Hey there!
I've been working with the Quartus/Qsys environment for about 9 months now and have come across a very frustrating problem: The SECOND F2H Sdram (write-only) port I add does NOT work. The waitReq line from the added port remains high whenever I request a burst transfer and it stays high, locking up my state machines. The frustrating part is that the first F2H sdram port works perfectly fine, even as the second one is hung up. I followed this thread describing a similar problem: http://www.alteraforum.com/forum/archive/index.php/t-41489.html I made sure to recompile the preloader after qsys and quartus are done compiling. The first working F2H sdram port is 32-bit (I get a warning about not using the total 64 available bits). The second, non-working port is 64 bits. (Ive changed it to 32, but that didn't work). My design environment is split. I run quartus and qsys in Windows 7 and then I generate the pre-loader from the bsp-editor in Ubuntu Linux running in a virtual machine. I download and compile Critical Link's uboot source instead of the stock uboot from Altera. (Could this be it?) Any help would be greatly appreciated! Thank you!