1. 05 Feb, 2014 1 commit
  2. 03 Feb, 2014 3 commits
    • Theodor-Adrian Stana's avatar
    • Theodor-Adrian Stana's avatar
      hdl: Fixed a problem with the pulse counters · 5dcc4b58
      Theodor-Adrian Stana authored
      When the TTL selection switch is set for TTL-BAR signals, the pulse counters
      were starting from the value 1. This was because the input channel is
      first sent through a synchronizer FF chain, which was reset by the
      same reset signal as the rest of the logic.
      
      Due to the reset pulse inside the logic and the fact that when the TTL switch
      is set to TTL-BAR, a non-existing signal represents a high level, this
      high level was detected (due to the sync FF chain) only after the reset pulse.
      This resulted in a rising edge on the trigger signal, which resulted in the
      pulse counters incrementing to '1' on every reset.
      
      This problem has been solved by not resetting the sync FF chain.
      Signed-off-by: Theodor-Adrian Stana's avatarTheodor Stana <t.stana@cern.ch>
      5dcc4b58
    • Theodor-Adrian Stana's avatar
      hdl: Made manual pulse triggering safer · a9306cba
      Theodor-Adrian Stana authored
      This was done by reading the whole value of the 8-bit MPT field
      after the magic sequence is input. Before, only the number of bits
      corresponding to the number of channels at the input was read, which
      could result in a pulse being generated when a wrong channel value with
      a "correct" mask is input to the field, as for example:
      
      - on the six-channel CONV-TTL-BLO, 0x9 in MPT gets masked on three bits to 0x1,
      thus a pulse is generated on CH1
      Signed-off-by: Theodor-Adrian Stana's avatarTheodor Stana <t.stana@cern.ch>
      a9306cba
  3. 30 Jan, 2014 4 commits
  4. 29 Jan, 2014 1 commit
  5. 28 Jan, 2014 2 commits
  6. 27 Jan, 2014 1 commit
  7. 07 Jan, 2014 4 commits
  8. 05 Jan, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      Updated HDL guide · 68e5ac71
      Theodor-Adrian Stana authored
      - made HDL block diagram clearer
      - updated architecture organization figure
      - updated folder structure
      - changed overall document organization, `Folder structure' and
      `Getting around the code sections' are now after `Introduction'
      - some small changes in text and wording
      Signed-off-by: Theodor-Adrian Stana's avatarThedi Stana <t.stana@cern.ch>
      68e5ac71
  9. 19 Dec, 2013 1 commit
  10. 08 Dec, 2013 6 commits
  11. 20 Nov, 2013 2 commits
  12. 19 Nov, 2013 5 commits
  13. 18 Nov, 2013 6 commits
  14. 30 Oct, 2013 1 commit
  15. 29 Oct, 2013 2 commits