Skip to content
Snippets Groups Projects
  1. Mar 19, 2018
    • Dimitris Lampridis's avatar
      hdl: Eradicate INT from wishbone records and peripheral ports. · 61ca3f49
      Dimitris Lampridis authored
      For the few peripherals where it was being used (eg. uart, spi, etc) the output port
      has been renamed to "int_o".
      
      The only peripheral that was not touched is "wb_eic.vhd", because this one is being used
      by wbgen, and it would require users to update their wbgen tool as well. So, until a new
      tool is introduced, wbgen-generated interrupt controllers will have an output port called
      wb_int_o".
      61ca3f49
  2. Dec 13, 2017
  3. Feb 14, 2017
  4. Feb 03, 2017
  5. Aug 04, 2014
  6. Mar 05, 2013
    • 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
      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
  7. Mar 28, 2012
  8. Mar 13, 2012
  9. Oct 04, 2011