- May 03, 2013
-
-
Wesley W. Terpstra authored
-
- Mar 05, 2013
-
-
Wesley W. Terpstra authored
By using altsyncram directly, we get the follow benefits: * clear control of read-write resolution behaviour * can specify a mif file for initialization * eliminates warnings about dual-port clock inference timings
-
- Mar 01, 2013
-
-
Wesley W. Terpstra authored
-
- Feb 05, 2013
-
-
Wesley W. Terpstra authored
Unfortunately, Arria5 cannot do read-old-data for the same port. This formulation describes a dual-ported RAM with: write-first/read-new-data for RW conflict on same port read-first /read-old-data for RW conflict between ports ... which is exactly what Arria5 supports (and Arria2 can do too). Users of the generic_dpram should simply avoid simultaneous RW on the same port, as the result is undefined (Altera != Xilinx).
-
- Jan 28, 2013
-
-
Wesley W. Terpstra authored
Newer quartus versions recognized that the code describes write-first logic, which requires combinatorial bypass logic. Unfortunately, this is also impossible with two clocks. Thus they reject synthesis. This manifests as the WR endpoint RX path failing to synthesize.
-
- Jul 06, 2012
-
-
Wesley W. Terpstra authored
This is the equivalent of commit 53979d4f.
-
- Apr 03, 2012
-
-
Wesley W. Terpstra authored
I have no idea why. With 63, no dual port memory is inferred. With 7, it all works peachy. Why on earth it affects completely independent code I cannot explain.
-
- Mar 28, 2012
-
-
Tomasz Wlostowski authored
genrams: increased width of internal byte select array to avoid compilation/synthesis errors on rams wider than 64 bits
-
-
-
Genrams is a collection of synthesizable RAM/FIFO providing identical interface and features on different FPGA platforms.
-
- Mar 13, 2012
-
-
Wesley W. Terpstra authored
Quartus will not process a 'file_open' call during synthesis, so we can instead initialize the RAM with a vhdl constant.
-
- Oct 25, 2011
-
-
Tomasz Wlostowski authored
-
- Oct 04, 2011
-
-
Tomasz Wlostowski authored
-
- May 02, 2011
-
-
Tomasz Wlostowski authored
-