aboutsummaryrefslogtreecommitdiff
path: root/riscv_sim.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Make rvfi-dii sessions end cleanlyBrian Campbell1-4/+12
2018-11-30Fix memory leaks in rvfi-dii modeBrian Campbell1-0/+2
2018-11-29RISC-V: more tidying up of the Spike interface.Prashanth Mundkur1-11/+10
2018-11-29RISC-V: factor the execution trace.Prashanth Mundkur1-0/+5
2018-11-29RISC-V: minor cleanup of the spike interface.Prashanth Mundkur1-40/+45
2018-11-29Merge branch 'rvfi-dii' into sail2Brian Campbell1-2/+155
2018-11-27Fix memory leak in string_of_bitsAlasdair Armstrong1-0/+1
2018-11-21RISC-V: allow platform ram size to be configurable.Prashanth Mundkur1-5/+21
2018-11-14Add option to turn off RISC-V compressed instruction supportBrian Campbell1-2/+10
2018-11-14Fix memory map in RVFI-DII modeBrian Campbell1-5/+9
2018-11-12rvfi_dii: take port number with optionBrian Campbell1-4/+6
2018-11-12Add RVFI DII version of the RISC-V simulator for TestRIGBrian Campbell1-2/+141
2018-11-07RISC-V: add some consistency checks when run with spike.Prashanth Mundkur1-2/+17
2018-10-23RISC-V: Allow the C platform to get the DTB from a file, so that OS boot is p...Prashanth Mundkur1-22/+100
2018-10-23RISC-V: add cli option to dump the platform device-tree.Prashanth Mundkur1-7/+35
2018-10-23RISC-V: Add a platform knob to control mtval contents on illegal instruction ...Prashanth Mundkur1-5/+6
2018-10-23RISC-V: various fixesPrashanth Mundkur1-0/+1
2018-10-23RISC-V: adjust main loop for the non-spike case.Prashanth Mundkur1-10/+11
2018-10-23RISC-V: implement terminal output for C platform.Prashanth Mundkur1-5/+34
2018-10-23RISC-V: tick the clock in the C platform.Prashanth Mundkur1-2/+16
2018-10-23RISC-V: Add device tree blob into rom, currently only when linked against spike.Prashanth Mundkur1-3/+17
2018-10-23RISC-V: add default reset vector.Prashanth Mundkur1-4/+35
2018-10-23RISC-V: set htif tohost port address using ELF symbol.Prashanth Mundkur1-0/+6
2018-10-23RISC-V: Allow Spike linkage to be conditionally enabled.Prashanth Mundkur1-4/+21
2018-10-23RISC-V: flush logs at each step.Prashanth Mundkur1-0/+10
2018-10-23RISC-V: Flesh out more of the tandem checks in the C platform simulator.Prashanth Mundkur1-3/+107
2018-10-23RISC-V: An initial C Sail model linked against Spike for testing.Prashanth Mundkur1-0/+152