1. 04 Dec, 2014 13 commits
  2. 02 Dec, 2014 3 commits
  3. 01 Dec, 2014 2 commits
  4. 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
  5. 25 Nov, 2014 3 commits
  6. 20 Nov, 2014 1 commit
  7. 17 Nov, 2014 14 commits
  8. 14 Nov, 2014 1 commit
    • Theodor-Adrian Stana's avatar
      sw: Small changes in PTS build system and additions to flash test · 7a145ab6
      Theodor-Adrian Stana authored
      Mainly, the build system changes consist in organizing the makefile better and
      building to a local `ubuntu/' folder, which should then be copied directly to
      the PTS system.
      
      Then, the flash test changes consist in checking for a BusException error to not
      fall in the trap of continuing on other exceptions occuring in the block of code
      under `try'. Also, the flash test is more "modular" in that the gateware
      versions to be downloaded can be specified at the beginning of the file.
      7a145ab6