1. 13 Jun, 2017 2 commits
  2. 12 Jun, 2017 3 commits
  3. 09 Jun, 2017 2 commits
  4. 08 Jun, 2017 1 commit
  5. 07 Jun, 2017 3 commits
    • 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
    • Lucas Russo's avatar
      modules/*/wb_acq_core/*: fix BTT counter not reseting to maximum · 15be32c0
      Lucas Russo authored
      On long running acquisitions, BTT was not
      reseting to the maximum permitted to the
      memory region, so only the first pass would
      succeed.
      15be32c0
    • Lucas Russo's avatar
      modules/*/wb_acq_core/*: fix possible AXI mem region overflow · 4b408dc3
      Lucas Russo authored
      Previously, we were always setting the BTT as
      2^22. If we needed to finish early, we just ended
      the transaction with TLAST.
      
      This posed a problem for long-running acquisition
      (triggered), in that the AXI datamover would
      continue to write even after the memory region,
      because the BTT was set to 2^22.
      
      Now, we always set it to the maximum of the memory
      region.
      4b408dc3
  6. 06 Jun, 2017 4 commits
  7. 05 Jun, 2017 1 commit
  8. 26 May, 2017 4 commits
  9. 25 May, 2017 1 commit
  10. 17 May, 2017 1 commit
  11. 10 May, 2017 1 commit
  12. 27 Apr, 2017 1 commit
  13. 26 Apr, 2017 1 commit
  14. 19 Apr, 2017 1 commit
  15. 06 Apr, 2017 3 commits
  16. 30 Mar, 2017 2 commits
    • Lucas Russo's avatar
      modules/*/*trigger_iface: fix bogus receiving pulse event when transmitting · 16a04632
      Lucas Russo authored
      IOBUF primitives always have the "input"
      signal available for further use. This means
      that even when transmitting signals (buffer
      is output) the input signal will have a copy
      of the transmitted pulse.
      
      This is principle is not a problem, but we
      were using this signal to count received events,
      so we changed this to use this signal only if
      the buffer direction is set to input.
      16a04632
    • Lucas Russo's avatar
      top/*/dbe_bpm_gen: use clk_sys as reference clock for trigger modules · 709191d5
      Lucas Russo authored
      This is important as if the FMC1 does not
      supply any clock we won't be able to send/
      recv trigger events.
      
      Also, it doesn't really matter to have
      triggers with a local clk_sys clock,
      as the triggers are treated as asynchronous
      signal anyway.
      709191d5
  17. 29 Mar, 2017 1 commit
  18. 27 Mar, 2017 1 commit
  19. 24 Mar, 2017 5 commits
  20. 21 Mar, 2017 2 commits