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(): ...@@ -23,10 +23,9 @@ if ol.is_loaded():
ol.download() ol.download()
NanoSoC = NanoSoC_APD() NanoSoC = NanoSoC_APD()
li=lines.strip() li=lines.strip()
li=li.lstrip('nanosoc_tech/testcodes/')
li = li.split('/') li = li.split('/')
testname = li[0] testname = li[2]
testfile = li[1] testfile = li[3]
print("Running test: " + testfile) print("Running test: " + testfile)
NanoSoC.writeHex("binaries/" + testfile) NanoSoC.writeHex("binaries/" + testfile)
print(NanoSoC.adp.read(500)) print(NanoSoC.adp.read(500))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment