Commit 66cd3df3 authored by Matthieu Cattin's avatar Matthieu Cattin

svec_test00: Prints cosmetic.

parent c8bb3ab5
......@@ -40,7 +40,7 @@ def main (default_directory='.'):
start_test_time = time.time()
print "\n================================================================================"
print "==> Test%02d start\n" % TEST_NB
print "==> [SVEC] Test%02d start\n" % TEST_NB
# SVEC object declaration
print "Loading hardware access library and opening device.\n"
......@@ -51,6 +51,7 @@ def main (default_directory='.'):
# Load FMC ADC firmware
print "Loading FMC ADC firmware: %s\n" % FMC_ADC_BITSTREAM
ret = bus.vv_load(FMC_ADC_BITSTREAM, 1)
print('')
time.sleep(2)
# Carrier object declaration (SPEC board specific part)
......@@ -73,7 +74,7 @@ def main (default_directory='.'):
print "==> End of test%02d" % TEST_NB
print "================================================================================"
end_test_time = time.time()
print "Test%02d elapsed time: %.2f seconds\n" % (TEST_NB, end_test_time-start_test_time)
print "[SVEC] Test%02d elapsed time: %.2f seconds\n" % (TEST_NB, end_test_time-start_test_time)
bus.vv_close()
......
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