1. 02 Aug, 2017 1 commit
  2. 24 Jul, 2017 2 commits
  3. 21 Jul, 2017 6 commits
  4. 20 Jul, 2017 1 commit
    • Lucas Russo's avatar
      modules/*/fmc_adc_clk.vhd: add MMCM_LOCKED delay/synchronizer · c5483d49
      Lucas Russo authored
      Now, on asserting LOCKED by MMCM, we synchronize it
      to the destination clock domain and waits until
      the LOCK signal has stabilized for a few clock
      cycles.
      
      In this way we can safely use the mmcm_adc_locked
      signal as a reset to downstream logic.
      c5483d49
  5. 18 Jul, 2017 1 commit
  6. 12 Jul, 2017 2 commits
  7. 10 Jul, 2017 2 commits
  8. 04 Jul, 2017 1 commit
  9. 27 Jun, 2017 2 commits
  10. 22 Jun, 2017 1 commit
  11. 20 Jun, 2017 4 commits
  12. 19 Jun, 2017 5 commits
  13. 15 Jun, 2017 2 commits
  14. 14 Jun, 2017 1 commit
  15. 13 Jun, 2017 2 commits
  16. 12 Jun, 2017 3 commits
  17. 09 Jun, 2017 2 commits
  18. 08 Jun, 2017 1 commit
  19. 07 Jun, 2017 1 commit
    • Lucas Russo's avatar
      modules/*/wb_acq_core/*: clip BTT value to max allowed · fc6f4f5b
      Lucas Russo authored
      Previously we were relying on the calculated
      full BTT value to be always '1' at the LSBs,
      but there are cases in which this is not true:
      1<0000000>. This would be cropped to 0, but
      instead we would want the clip to the maximum BTT
      value.
      fc6f4f5b