aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.cc
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Use correct format codes for reg_t and size_tStefan O'Rear1-2/+2
2016-08-29Fix indent.Tim Newsome1-1/+1
2016-06-22Remove legacy HTIF; implement HTIF directlyAndrew Waterman1-14/+39
2016-05-23Make -H halt the core right out of reset.Tim Newsome1-3/+1
2016-05-23Have Debug memory kind of working again.Tim Newsome1-7/+2
2016-05-23Add debug_module bus device.Tim Newsome1-7/+8
2016-05-23Make sure to translate Debug RAM addresses also.Tim Newsome1-2/+3
2016-05-23Can jump to and execute Debug ROM.Tim Newsome1-1/+8
2016-05-23Gutting direct-access gdb.Tim Newsome1-1/+1
2016-05-23Add --gdb-portTim Newsome1-1/+1
2016-05-23Flush icache when using swbps and report to gdb.Tim Newsome1-1/+1
2016-05-23Add -H to start halted.Tim Newsome1-2/+4
2016-05-23Listen on a socket for gdb to connect to.Tim Newsome1-0/+3
2016-05-02Add back IPI supportAndrew Waterman1-7/+11
2016-05-02Remove tohost/fromhost registersAndrew Waterman1-7/+0
2016-04-30Remove SCRs; add padding after config stringAndrew Waterman1-22/+15
2016-04-29Move much closer to new platform-M memory mapAndrew Waterman1-18/+22
2016-04-28Remove MTIME[CMP]; add RTC deviceAndrew Waterman1-3/+12
2016-03-02Use RV config string rather than FDTAndrew Waterman1-37/+39
2016-03-02New definitions of misa/marchid/mvendoridAndrew Waterman1-1/+1
2016-03-02Set default RV32 RAM size to 4 GiB - 256 MiBAndrew Waterman1-2/+2
2015-11-12Generate device tree for target machineAndrew Waterman1-8/+47
2015-09-24Refactor memory access code; add MMIO supportAndrew Waterman1-0/+9
2015-08-06Add an option (-l) to display a log of execution in non-interactive mode.Prashanth Mundkur1-0/+7
2015-05-31Use single, shared real-time counterAndrew Waterman1-2/+4
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-9/+4
2014-08-15Added PC histogram option.Christopher Celio1-1/+12
2014-01-13Improve performance for branchy codeAndrew Waterman1-1/+1
2013-10-28Pass target machine's return code back to OSAndrew Waterman1-1/+2
2013-10-18refactor disassembler, and add hwacha disassemblerYunsup Lee1-3/+14
2013-09-23Fix Scott's deadlockAndrew Waterman1-4/+3
2013-09-11Implement zany immediatesAndrew Waterman1-2/+1
2013-09-10Don't tick HTIF as oftenAndrew Waterman1-4/+4
2013-08-13Implement RoCC and add a dummy RoCCAndrew Waterman1-1/+1
2013-08-11Instructions are no longer member functionsAndrew Waterman1-10/+8
2013-07-22Add xspike programAndrew Waterman1-1/+12
2013-07-19Use calloc to allocate target memoryAndrew Waterman1-18/+7
2013-07-12Eliminate infinite loop in debug modeAndrew Waterman1-0/+10
2013-07-12Exit cleanly from debug consoleAndrew Waterman1-8/+15
2013-07-12Favor procs.size() over num_cores()Andrew Waterman1-3/+5
2013-03-29add load-reserved/store-conditional instructionsAndrew Waterman1-7/+17
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-03-25add missing #includeAndrew Waterman1-0/+1
2013-02-12make HTIF interactions deterministic; fix raceAndrew Waterman1-3/+2
2013-01-25change htif to link against libfesvrAndrew Waterman1-20/+20
2012-05-15fix htif interaction with interactive modeAndrew Waterman1-5/+8
2012-05-09per-core tohost/fromhost registersAndrew Waterman1-31/+6
2012-03-24new supervisor modeAndrew Waterman1-0/+5
2012-02-08initialize tohost and fromhostYunsup Lee1-0/+2
2012-01-31poll HTIF occasionallyAndrew Waterman1-4/+9