diff options
| author | Brian Campbell | 2018-11-12 16:10:04 +0000 |
|---|---|---|
| committer | Brian Campbell | 2018-11-12 16:10:04 +0000 |
| commit | 4d652c426f57e5255ef8c1d828c53abcbb69d722 (patch) | |
| tree | f0e6a997737357c1a0505aa5571fe17c32cdd4a0 /.gitignore | |
| parent | d0f80cd274d16b049896628e6046062eac95258f (diff) | |
Add RVFI DII version of the RISC-V simulator for TestRIG
The new riscv_rvfi target should still be usable as a normal simulator,
but also has extra registers in the model for the RVFI DII protocol and
code to update them, and the driver has a -r option to enable RVFI mode.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,8 +92,10 @@ lib/hol/sail-heap /riscv/platform /riscv/riscv.c /riscv/riscv_model.c +/riscv/riscv_rvfi_model.c /riscv/riscv_c /riscv/riscv_sim +/riscv/riscv_rvfi /x86/x86.lem /x86/x86.ml |
