You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing my emulator (specifically implementing FD) i modified spike and dumped all register and csr reads/writes
Spend on it couple of days.
Maybe here it would be useful for someone.
File is gz compressed text file.
Each line is json object.
Fields:
type - single_instruction always
extension - rv ext
instruction - assemby mnemonic
text_encoding - disassembly
binary_encoding - actual bytes of instruction
initials - initial state of emulator
- type
- xreg_value
- index - integer register id
- value
- pc_value
- value
asserts - conditions that checked after instruction executed
While developing my emulator (specifically implementing FD) i modified
spike
and dumped all register and csr reads/writesSpend on it couple of days.
Maybe here it would be useful for someone.
File is gz compressed text file.
Each line is json object.
Fields:
testcases.jsonlines.gz
The text was updated successfully, but these errors were encountered: