Commit ac79742f authored by Matthieu Cattin's avatar Matthieu Cattin

test17, test28: Roll back to release agnostic bitstream name.

Create a simlink to the release bitstream.
Will be easier to change to the next release.
parent 706edf90
...@@ -192,7 +192,7 @@ def main (default_directory = '.'): ...@@ -192,7 +192,7 @@ def main (default_directory = '.'):
# Constants declaration # Constants declaration
TEST_NB = 19 TEST_NB = 19
EXPECTED_BITSTREAM_TYPE = 0x1 EXPECTED_BITSTREAM_TYPE = 0x1
FMC_ADC_BITSTREAM = '../firmwares/spec-fmc-adc-v1.0.bin' FMC_ADC_BITSTREAM = '../firmwares/spec_fmcadc100m14b4cha.bin'
FMC_ADC_BITSTREAM = os.path.join(default_directory, FMC_ADC_BITSTREAM) FMC_ADC_BITSTREAM = os.path.join(default_directory, FMC_ADC_BITSTREAM)
# Objects declaration # Objects declaration
......
...@@ -51,7 +51,7 @@ test28: Long term test ...@@ -51,7 +51,7 @@ test28: Long term test
TEST_NB = 28 TEST_NB = 28
# Gateware # Gateware
FMC_ADC_BITSTREAM = '../firmwares/spec-fmc-adc-v1.0.bin' FMC_ADC_BITSTREAM = '../firmwares/spec_fmcadc100m14b4cha.bin"
EXPECTED_BITSTREAM_TYPE = 0x0 EXPECTED_BITSTREAM_TYPE = 0x0
# Calibration box # Calibration box
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment