1. 06 Apr, 2017 3 commits
  2. 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
  3. 29 Mar, 2017 1 commit
  4. 27 Mar, 2017 1 commit
  5. 24 Mar, 2017 5 commits
  6. 21 Mar, 2017 2 commits
  7. 20 Mar, 2017 9 commits
  8. 19 Mar, 2017 1 commit
  9. 18 Mar, 2017 1 commit
  10. 17 Mar, 2017 15 commits