actually make it possible to disable svp64 on commandline of test_issuer.py
[soc.git] / src / soc / simple / test / test_issuer.py
index 47d112a7e7dfdb89edab81e20c001010e0c4a905..3170cfbb423f0af62ddd868a6eb9778c281d5893 100644 (file)
@@ -32,6 +32,8 @@ if __name__ == "__main__":
             svp64 = False
         sys.argv.pop()
 
+    print ("SVP64 test mode enabled", svp64)
+
     unittest.main(exit=False)
     suite = unittest.TestSuite()
     # suite.addTest(TestRunner(HelloTestCases.test_data, svp64=svp64))