- Aug 07, 2018
-
-
Dimitris Lampridis authored
-
- Aug 03, 2018
-
-
Dimitris Lampridis authored
-
- Jun 08, 2018
-
-
Dimitris Lampridis authored
-
- Aug 25, 2017
-
-
Grzegorz Daniluk authored
-
- Feb 14, 2017
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Feb 17, 2015
-
-
Cesar Prados authored
-
- Oct 30, 2013
-
-
Matthieu Cattin authored
Replaced by a function taking the number of bits in parameter and returning a vector.
-
- Mar 05, 2013
-
-
Wesley W. Terpstra authored
On Altera, "" generates a null-range warning. When the dpram is used heavily, these warnings add up to many.
-
Wesley W. Terpstra authored
The RW ordering on address conflict varies by platform. Some platforms only support some options. Most of the dprams in WR are portable and don't depend on the order. This new option allows a core to specify that it does not care what the result of a RW conflict is, and thus work on more platforms. For Xilinx, "dont_care" = "read_first", the old default.
-
Wesley W. Terpstra authored
On both Altera and Xilinx, a dual port memory can achieve twice the bit-width per memory block when there is a single reader and writer. This adds a place-holder generic_simple_dpram for Xilinx so that code using the purpose-built variant for Altera continues to work on ISE.
-
Wesley W. Terpstra authored
In the past we used a generic to set the initial memory contents on altera. Unfortunately, quartus compiles big generics slowly (read: hours). Now we can load from a .mif file instead, which is much faster (seconds). Thus, this old option is no longer needed.
-
- Mar 28, 2012
-
-
Tomasz Wlostowski authored
genrams: genram_pkg.vhd: added f_gen_dummy_vec() function, padded unused inputs of RAMs/FIFOs to default values
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
-
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.
-
- Jan 24, 2012
-
-
Tomasz Wlostowski authored
genrams: genram_pkg.vhd: added f_gen_dummy_vec() function, padded unused inputs of RAMs/FIFOs to default values
-
- Jan 17, 2012
-
-
Tomasz Wlostowski authored
-
- Jan 16, 2012
-
-
Tomasz Wlostowski authored
-
- Oct 25, 2011
-
-
Tomasz Wlostowski authored
-
- May 11, 2011
-
-
Tomasz Wlostowski authored
-
Tomasz Wlostowski authored
-
- May 02, 2011
-
-
Tomasz Wlostowski authored
-