Commit fd5caa0a authored by Matthieu Cattin's avatar Matthieu Cattin

svec_test34: Change test name, add warning message.

parent 45e0769d
......@@ -26,7 +26,7 @@ from fmc_adc import *
"""
test02: Test interrupts
test34: Test interrupts
Requires the interrupt timeout to be extended to 5000ms using vmeiotest
Requires a pps pulse on trigger inputs.
"""
......@@ -35,7 +35,7 @@ def main (default_directory='.'):
# Constants declaration
LUN = 0
TEST_NB = 2
TEST_NB = 34
FMC_ADC_BITSTREAM = '../../../../../firmwares/svec_fmcadc100m14b4cha.bin'
FMC_ADC_BITSTREAM = os.path.join(default_directory, FMC_ADC_BITSTREAM)
EXPECTED_BITSTREAM_TYPE = 0x0
......@@ -49,6 +49,8 @@ def main (default_directory='.'):
print "\n================================================================================"
print "==> [SVEC] Test%02d start\n" % TEST_NB
print("WARNING: interrupt timeout must be extended to 5000ms using vmeiotest!")
# SVEC object declaration
print "Loading hardware access library and opening device.\n"
bus = VME_rr_compatible(LUN)
......
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