Update README
This commit is contained in:
parent
c4cbc4bfea
commit
283d8531e0
17
README.md
17
README.md
|
@ -29,20 +29,17 @@ $ python -m rvfi.cores.minerva.verify
|
|||
|
||||
This should run in the order of a few hours.
|
||||
|
||||
### Progress
|
||||
|
||||
- [x] Instruction Checks
|
||||
- [x] PC forward checks
|
||||
- [x] PC backward checks
|
||||
- [x] Register checks
|
||||
- [x] Causal checks
|
||||
- [x] Liveness checks
|
||||
- [x] Uniqueness checks
|
||||
|
||||
## Scope
|
||||
|
||||
The RV32I, RV32M, RV64I and RV64M ISAs are currently implemented but only RV32IM are being tested by integrating with the Minerva core.
|
||||
|
||||
## Possible improvements
|
||||
|
||||
In no particular order:
|
||||
|
||||
- Combine individual instruction checks into single ISA check (currently, doing so takes forever even when depth is set to only `20`)
|
||||
- Parallelize execution of verification tasks to reduce the total time required to run all verification tasks on a multi-core system
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](./LICENSE)
|
||||
|
|
Loading…
Reference in New Issue