Skip to content
Snippets Groups Projects
Commit 3a24bddc authored by dwn1c21's avatar dwn1c21
Browse files

Update run_full_verification.py

parent b48b1671
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,9 @@ if ol.is_loaded():
ol.download()
NanoSoC = NanoSoC_APD()
li=lines.strip()
li=li.lstrip('nanosoc_tech/testcodes/')
li = li.split('/')
testname = li[0]
testfile = li[1]
testname = li[2]
testfile = li[3]
print("Running test: " + testfile)
NanoSoC.writeHex("binaries/" + testfile)
print(NanoSoC.adp.read(500))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment