1. 30 Jan, 2014 3 commits
    • Theodor-Adrian Stana's avatar
      hdl: Made manual pulse trigger work properly · c74ddcd8
      Theodor-Adrian Stana authored
      Prior to this commit, manual pulse triggering did not work when the glitch
      filter was enabled. Now, this was fixed by extending the trigger pulse the
      conv_man_trig module generates. This accounts for the situation where the
      pulse generator has the glitch filter enabled.
      
      I also fixed a bug in conv_pulse_gen; this fix was commited two commits ago.
      The bug consisted of the gf_off part of the pulse generator triggering even
      when the glitch filter was enabled. This resulted in a continuous high pulse
      generated on the output when the glitch filter was switched from on to off.
      Granted, such a situation should not occur in operation, since a board needs
      to be removed from the crate in order to flip a switch. Nonetheless, it was a
      but, so I've fixed it by making sure the gf_off part of the design only triggers
      when the glitch filter is disabled:
      
      if (en_i = '1') and (gf_en_n_i = '1') then
        pulse_gf_off <= '1';
      end if;
      
      A warning will be placed in the docs for release versions 1.0 and 0.0 (golden).
      Signed-off-by: Theodor-Adrian Stana's avatarTheodor Stana <t.stana@cern.ch>
      c74ddcd8
    • Theodor-Adrian Stana's avatar
      hdl: Added simulation files and projects · 80e35812
      Theodor-Adrian Stana authored
      - conv_pulse_gen
      - conv_man_trig
      Signed-off-by: Theodor-Adrian Stana's avatarTheodor Stana <t.stana@cern.ch>
      80e35812
    • Theodor-Adrian Stana's avatar
  2. 29 Jan, 2014 1 commit
  3. 28 Jan, 2014 2 commits
  4. 27 Jan, 2014 1 commit
  5. 07 Jan, 2014 4 commits
  6. 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
  7. 19 Dec, 2013 1 commit
  8. 08 Dec, 2013 6 commits
  9. 20 Nov, 2013 2 commits
  10. 19 Nov, 2013 5 commits
  11. 18 Nov, 2013 6 commits
  12. 30 Oct, 2013 1 commit
  13. 29 Oct, 2013 5 commits
  14. 28 Oct, 2013 2 commits