Commit 6a678854 authored by Marek Gumiński's avatar Marek Gumiński

Speed resistor verification change.

New icon.
parent 46aeab67
doc/icon.png

77.8 KB | W: | H:

doc/icon.png

800 KB | W: | H:

doc/icon.png
doc/icon.png
doc/icon.png
doc/icon.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -27,6 +27,8 @@ def speed_verification( dut ):
"R47, R55",
"R48, R54",
"R54, R55" ]
indicators = [ "R65", "R64", "R63", "R62" ]
util.section_msg("Verification of speed version")
......@@ -36,7 +38,7 @@ def speed_verification( dut ):
util.info_msg("Found %s speed version board" % speed_string[speed])
if util.ask_user("Detected %s FmcMasterFip speed version.\nPlease verify that %s resistors are mount" % ( speed_string[speed], mount[speed] ) ):
if util.ask_user("Detected %s FmcMasterFip speed version.\nPlease verify that %s resistor is mount" % ( speed_string[speed], indicators[speed] ) ):
result[ 'Speed specification'] = 1
else :
result[ 'Speed specification'] = 0
......
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