1. 07 Dec, 2016 4 commits
  2. 07 Sep, 2016 1 commit
  3. 10 Aug, 2016 1 commit
  4. 05 Aug, 2016 1 commit
  5. 11 Dec, 2014 3 commits
  6. 26 Sep, 2014 2 commits
  7. 25 Sep, 2014 1 commit
  8. 24 Sep, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      Changed LTSR load policy · 885b948c
      Theodor-Adrian Stana authored
      The 125 MHz domain registers are loaded only once the 20 MHz clock domain
      registers are loaded. Like this, we avoid having different values in the
      registers in the two clock domains.
      885b948c
  9. 29 Aug, 2014 6 commits
  10. 25 Aug, 2014 1 commit
  11. 22 Aug, 2014 4 commits
  12. 21 Aug, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      Port change: led_i2c_err_o is now led_syserr_o · e1bfd7b0
      Theodor-Adrian Stana authored
      The sys err port also activates on PMISSE errors from any channels,
      which was an omission in the previous commits, since I was working mainly
      on the RS-485 repeater.
      
      Now, the interface is clearer and easier to use. Just connect led_syserr_o
      to the ERR bicolor LED on the board.
      e1bfd7b0
  13. 20 Aug, 2014 2 commits
  14. 18 Aug, 2014 2 commits
  15. 14 Aug, 2014 1 commit
  16. 08 Aug, 2014 1 commit
  17. 07 Aug, 2014 1 commit
  18. 06 Aug, 2014 1 commit
  19. 05 Aug, 2014 4 commits
  20. 04 Aug, 2014 1 commit
  21. 01 Aug, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      Added package file and made adjustments to output enable logic · 6e1a5f9e
      Theodor-Adrian Stana authored
      The main logic changes are that the output enable lines are now set after
      the internal reset has been spent. This is to make sure that the lines are
      only controlled by the FPGA and no erroneous glitches are generated.
      
      Other changes include the addition of the RTM detection lines to the
      interface, which are now reflected in the CONV Status Reg, and connecting
      the reset from register line, which was previously unconnected.
      
      Then, component instantiations and the SDB declaration for conv_regs have
      been moved to the package file (conv_common_gw_pkg).
      6e1a5f9e