mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
change checkpoint generation to integrate GDB scripting more cleanly and save UART and PLIC state
This commit is contained in:
parent
a93f36824d
commit
52bfd65fd3
5 changed files with 193 additions and 69 deletions
|
@ -24,7 +24,7 @@ def tokenize(string):
|
|||
#############
|
||||
# Main Code #
|
||||
#############
|
||||
print("Begin parsing state.")
|
||||
print("Begin parsing CPU state.")
|
||||
|
||||
# Parse Args
|
||||
if len(sys.argv) != 2:
|
||||
|
@ -96,4 +96,4 @@ with open(stateGDBpath, 'r') as stateGDB:
|
|||
outFile.write(hex(byte)[2:]+'\n')
|
||||
outFile.close()
|
||||
|
||||
print("Finished parsing state!")
|
||||
print("Finished parsing CPU state!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue