1. 14 Nov, 2014 3 commits
  2. 12 Nov, 2014 8 commits
  3. 11 Nov, 2014 5 commits
  4. 10 Nov, 2014 4 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
    • Theodor-Adrian Stana's avatar
      sw: JPTS now exits with exit code 0 · efa08d9a
      Theodor-Adrian Stana authored
      efa08d9a
    • Theodor-Adrian Stana's avatar
      sw: Various changes in therm_id.py · d5eca613
      Theodor-Adrian Stana authored
      The changes are listed below:
      - added CRC calculation on reading of unique ID, to avoid writing an erroneous
        one in the log file and ultimately the MTF database
      - aestaethic changes in the code (e.g., spaces added after 'if' statements)
      - made the storage of the unique ID always be 16 characters long
      d5eca613
  5. 06 Nov, 2014 9 commits
  6. 05 Nov, 2014 3 commits
  7. 04 Nov, 2014 5 commits
  8. 03 Nov, 2014 3 commits
    • Theodor-Adrian Stana's avatar
      sw: Added test scripts for SFP tests. · c514a21a
      Theodor-Adrian Stana authored
      As mentioned in the previous commit, the SFP EEPROM test is not yet working.
      Still under investigation as to why.
      c514a21a
    • Theodor-Adrian Stana's avatar
      hdl: Added logic for the SFP tests · e35f6bbc
      Theodor-Adrian Stana authored
      The EEPROM test doesn't work yet, but that may be related to the wrong-ish SFP
      connector placed on the board.
      
      Lengthy clarification: the PTS for the CONV-TTL-RS485 boards is inspired from
      the PTS of CONV-TTL-BLO, where an SFP+ connector is used. Since the
      CONV-TTL-RS485 uses just an SFP connector (not the SFP+), there might be
      something wrong when reading the I2C interface. Reading the manuals yielded no
      relevant reasons why this would occur, but I'm still investigating.
      
      Either way, the link up test works, just the EEPROM test needs to be clarified
      why it doesn't work. And the SFP changed for an SFP+.
      e35f6bbc
    • Theodor-Adrian Stana's avatar
      aaeaed1f