Apply more PEP 8 guidelines, remove hacks and reduce code duplication #3

Merged
dsleung merged 4 commits from refactoring into master 2020-08-21 11:48:13 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c6b9bb9a04 - Show all commits

View File

@ -4,14 +4,14 @@ A port of [riscv-formal](https://github.com/SymbioticEDA/riscv-formal) to nMigen
## Breakdown
| Directory | Description |
| File/Directory | Description |
| --- | --- |
| `shell.nix` | [nix-shell](https://nixos.wiki/wiki/Development_environment_with_nix-shell) configuration file |
| `rvfi` | RISC-V Formal Verification Framework (nMigen port) |
| `rvfi/insns` | Supported RISC-V instructions and ISAs |
| `rvfi/checks` | Checks for RISC-V compliant cores |
| `rvfi/cores` | Cores currently tested against this port of riscv-formal |
| `rvfi/cores/minerva` | Tests for the Minerva core |
| `rvfi/cores/minerva/verify.py` | Verification tasks for the Minerva core |
## Running the Verification