Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
  2. Aug 03, 2018
  3. Jun 08, 2018
  4. Aug 25, 2017
  5. Feb 14, 2017
  6. Feb 17, 2015
  7. Oct 30, 2013
  8. Mar 05, 2013
    • Wesley W. Terpstra's avatar
      genram: use init_file = "none" as an alternative to "" · 94230c7c
      Wesley W. Terpstra authored
      On Altera, "" generates a null-range warning.
      When the dpram is used heavily, these warnings add up to many.
      94230c7c
    • Wesley W. Terpstra's avatar
      genram: add a "dont_care" option for g_addr_conflict_resolution · 7df80bd4
      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.
      7df80bd4
    • Wesley W. Terpstra's avatar
      genram: add a generic_simple_dpram · 3b80b62b
      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.
      3b80b62b
    • Wesley W. Terpstra's avatar
      genrams: remove init_value generic option · fb24703c
      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.
      fb24703c
  9. Mar 28, 2012
  10. Mar 13, 2012
  11. Jan 24, 2012
  12. Jan 17, 2012
  13. Jan 16, 2012
  14. Oct 25, 2011
  15. May 11, 2011
  16. May 02, 2011