Skip to content
Snippets Groups Projects
  1. Mar 09, 2018
  2. Mar 08, 2018
    • Dimitris Lampridis's avatar
      hdl: fix typo in common Manifest · 8ad7b781
      Dimitris Lampridis authored
      8ad7b781
    • Theodor-Adrian Stana's avatar
      wb_i2c_bridge: Fix error in state-machine · 46e0f6dc
      Theodor-Adrian Stana authored and Dimitris Lampridis's avatar Dimitris Lampridis committed
      The main state machine had an error whereby the wb_cyc and wb_stb
      outputs were not assigned in the IDLE state.
      
      This manifested itself as follows (output from telnet console):
      
      %> writereg 1 100 0 # read to illegal address
        Not acknowledged!
      %> readreg 1 4 # read from legal address returns NACK
        Not acknowledged
      %> readreg 1 4 # next read from legal address returns right data
        Read data: 01234567
      
      The bug was because the first writereg started a WB transfer from
      an unexisting address, threw an error and returned to IDLE without
      releasing the wb_cyc and wb_stb outputs in the process. This meant
      that on the readreg command, the WB write access would still be in
      progress and only on the readreg command, an error would clear the
      wb_cyc and wb_stb, which released the transfer.
      
      The error has been fixed by placing the clearing of wb_cyc and wb_stb
      in the IDLE state.
      46e0f6dc
  3. Mar 05, 2018
  4. Mar 02, 2018
  5. Jan 23, 2018
  6. Dec 14, 2017
  7. Dec 13, 2017
  8. Nov 28, 2017
  9. Oct 11, 2017
  10. Oct 10, 2017
  11. Sep 27, 2017
  12. Aug 25, 2017
  13. Aug 22, 2017
  14. Jun 23, 2017
  15. May 02, 2017
  16. Mar 16, 2017
  17. Feb 28, 2017
  18. Feb 27, 2017
  19. Feb 20, 2017
  20. Feb 17, 2017
  21. Feb 14, 2017