1. 01 Dec, 2014 1 commit
  2. 26 Nov, 2014 3 commits
    • Theodor-Adrian Stana's avatar
      sw: Changes in rs485_pulse_rtm.py · 35b1a2e1
      Theodor-Adrian Stana authored
      Added the repetitive stuff for the pulse test itself to a function that gets
      called with the necessary parameters. Then, some small changes were made to the
      pulse test (like clearing the counters before enabling the pulse repetition) to
      make the pulse test work.
      
      It now almost works, but we're still not there yet, to be determined if this is
      a hardware issue or still script problems (most likely the former).
      
      The pulse test should also have better output (like tell on ERROR on which phase
      it fails)
      35b1a2e1
    • Theodor-Adrian Stana's avatar
      6393a08e
    • Theodor-Adrian Stana's avatar
      hdl: Additions to rear test logic · 30f02bf6
      Theodor-Adrian Stana authored
      The additions are:
      - checking the fail-safe lines before passing the input pulse to the pulse
        counters
      - adding a delay to the pulse generators, to account for hardware delay
        appearing on enable
      30f02bf6
  3. 25 Nov, 2014 3 commits
  4. 20 Nov, 2014 1 commit
  5. 17 Nov, 2014 14 commits
  6. 14 Nov, 2014 3 commits
  7. 12 Nov, 2014 8 commits
  8. 11 Nov, 2014 5 commits
  9. 10 Nov, 2014 2 commits
    • Theodor-Adrian Stana's avatar
      hdl: Work on changing for V2 card · 70750c9a
      Theodor-Adrian Stana authored
      The V2 card has the front-panel LEDs non-negated (the Schmitt-trigger inverters
      have been removed) and has LEDs added for each inverter channel. The relevant
      changes have been made in this respect as follows:
      - changed signal names in UCF and top-level VHDL file
      - changed polarity of pulse LED outputs to active-high
      - added the inverter LED outputs
      - added the inverter LEDs in the LED sequencing scheme for the LED test
      70750c9a
    • Theodor-Adrian Stana's avatar
      sw: PTS executable checks for success before downloading release bstream · b3c77aeb
      Theodor-Adrian Stana authored
      This is done to avoid an unnecessary 5 mins wasted on writing the bitstream,
      even though we need to re-run the tests due to a failure.
      b3c77aeb