Skip to content
Snippets Groups Projects
  1. Mar 30, 2016
    • Wesley W. Terpstra's avatar
      wishbone_pkg: fix ghdl compile errors due to loop over length of a variable · 30a36213
      Wesley W. Terpstra authored
      Variable lengths might change; standard forbids length in a loop.
      Fixes:
        wishbone_pkg.vhd:1576:18: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1613:18: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1734:30: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1771:16: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1806:16: universal integer bound must be numeric literal or attribute
        wishbone_pkg.vhd:1817:16: universal integer bound must be numeric literal or attribute
      30a36213
  2. Nov 18, 2015
  3. Nov 17, 2015
  4. Nov 16, 2015
  5. Nov 12, 2015
  6. Oct 01, 2015
  7. Aug 12, 2015
    • Wesley W. Terpstra's avatar
      pcie_wb: reduce FIFO depth to decrease max wait times (fixes flash) · aa3570a7
      Wesley W. Terpstra authored
      PCIe must respond to reads within a fairly tight deadline.
      If we allow too many enqueued operations, that deadline may be missed.
      Using a smaller FIFO depth causes back-pressure on the PCIe bus, slowing the
      request arrival rate and thus increasing the time a single WB op can take.
      
      Concretely, this makes it possible to perform an SPI flash write within
      the PCIe time limit.
      aa3570a7
  8. Jul 07, 2015
    • Wesley W. Terpstra's avatar
      xwb_clock_crossing: be more forgiving to pushy masters · 849883ad
      Wesley W. Terpstra authored
      If a Wishbone master lowers the cycle line before receiving its acks, it is
      non-conforming.  However, it is probably a good idea to not let an honest
      slave (whose ack then comes in outside of the cycle) be penalized for that
      master's misbehaviour.
      
      This small change ensures the FIFO does not leak space in this case.
      849883ad
  9. Jul 03, 2015
  10. Apr 15, 2015
  11. Feb 25, 2015
    • Theodor-Adrian Stana's avatar
      wb_i2c_bridge: Fixed write to unknown address bug · 29db1b2a
      Theodor-Adrian Stana authored
      There was a bug in the wb_i2c_bridge that manifested itself a WB slave of the
      wb_i2c_master module replies by an error to the write command. The bridge FSM
      was buggy and was not clearing the WB signals, which led to the next WB transfer
      in the sequence (any access to the I2C slave) failing.
      
      This error was fixed by clearing the WB signals on error as well and the slave
      now replies properly.
      
      The WB signals are properly cleared on WB error in the case of a read, so this
      issue does not exist.
      29db1b2a
  12. Feb 24, 2015
  13. Feb 17, 2015
  14. Dec 09, 2014
  15. Aug 14, 2014
  16. Aug 04, 2014
  17. Jul 31, 2014
  18. Jul 17, 2014
  19. Jun 30, 2014
  20. Jun 10, 2014
  21. Jun 05, 2014