1. 26 May, 2017 1 commit
    • Lucas Russo's avatar
      modules/*/wb_trigger_iface: fix trigger logic to only drive when sending data · 38c15a1d
      Lucas Russo authored
      In order to use the wired-OR logic of the
      MLVDS standard, we need to output data only
      when sending data.
      
      If we are in output state we drive the data
      pin to HI and use the direction pin as data,
      so we can release the bus when not sending.
      
      If we are in input state, we just use the data/
      direction pins as usual.
      38c15a1d
  2. 25 May, 2017 1 commit
  3. 17 May, 2017 1 commit
  4. 10 May, 2017 1 commit
  5. 27 Apr, 2017 1 commit
  6. 26 Apr, 2017 1 commit
  7. 19 Apr, 2017 1 commit
  8. 06 Apr, 2017 3 commits
  9. 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
  10. 29 Mar, 2017 1 commit
  11. 27 Mar, 2017 1 commit
  12. 24 Mar, 2017 5 commits
  13. 21 Mar, 2017 2 commits
  14. 20 Mar, 2017 9 commits
  15. 19 Mar, 2017 1 commit
  16. 18 Mar, 2017 1 commit
  17. 17 Mar, 2017 8 commits