fix trailing backslash that is confusing editors
[microwatt.git] / verilator /
2023-05-08 Andrey Miroshnikovmicrowatt-verilator.cpp: Added verilator runtime help
2023-05-08 Andrey Miroshnikovmicrowatt-verilator.cpp: Fixed indent
2023-05-08 Andrey Miroshnikovmicrowatt-verilator.cpp: Forgot to add help str for...
2023-05-08 Andrey Miroshnikovmicrowatt-verilator.cpp: Added -h and -d flags.
2022-02-11 Luke Kenneth Casso... add first cut of ulx3s constraint file
2022-01-23 Luke Kenneth Casso... whoops when TRIGGER_OCCURRENCES is enabled trace must...
2022-01-23 Luke Kenneth Casso... when TRIGGER_COUNTDOWN not enabled, make it on all...
2022-01-21 Luke Kenneth Casso... save interval too short, also normalise it
2022-01-21 Luke Kenneth Casso... crank up the snapshot window to reasonable (500,000...
2022-01-21 Luke Kenneth Casso... grr, save/restore in verilator, use class member os...
2022-01-21 Luke Kenneth Casso... add uart save/restore state to microwatt-verilator
2022-01-21 Luke Kenneth Casso... move all of uart state to a struct, preparing for save...
2022-01-21 Luke Kenneth Casso... add save/restore snapshot, seems to work except for...
2022-01-21 Luke Kenneth Casso... add snapshot-saving currently every 1000 cycles for...
2022-01-21 Luke Kenneth Casso... code-comments on uart in microwatt_verilator
2022-01-21 Luke Kenneth Casso... add save/restore and memdump function to microwatt...
2022-01-21 Luke Kenneth Casso... going to be adding verilator save/restore state
2022-01-21 Luke Kenneth Casso... add trigger occurrences option in microwatt-verilator...
2022-01-11 Luke Kenneth Casso... add trace-activation for a #defined number of cycles
2022-01-10 Luke Kenneth Casso... add means to trigger vcd trace from inside microwatt...
2022-01-09 Luke Kenneth Casso... add verilator snoop of LDST request address
2022-01-07 Luke Kenneth Casso... add MSR to verilator output debug reporting
2022-01-05 Luke Kenneth Casso... add reporting of PC and instruction being executed...
2022-01-05 Luke Kenneth Casso... remove next-read debug printouts
2022-01-02 Luke Kenneth Casso... move linux kernel (dtbImage-microwatt) loading to 0x600000
2022-01-02 Luke Kenneth Casso... add startup debug print indicating file loaded, size...
2022-01-02 Luke Kenneth Casso... add ability to load multiple files in microwatt-verilat...
2022-01-01 Luke Kenneth Casso... move verilator tick() to correct location, and increase...
2022-01-01 Luke Kenneth Casso... copy mmapd file into large buffer to allow read/write...
2022-01-01 Luke Kenneth Casso... gotten over the logic-dyslexia of what in/out mean...
2021-12-31 Luke Kenneth Casso... add microwatt-verilator.cpp local-memory-writer which...
2021-12-31 Luke Kenneth Casso... add loading (mmap private) of bram file in microwatt...
2021-12-30 Luke Kenneth Casso... add ASCII dump of BRAM read/write data and add one...
2021-12-30 Luke Kenneth Casso... bring bram signals out to top_level, initially for...
2020-06-03 Paul MackerrasMerge pull request #168 from shenki/flash-arty
2020-06-02 Anton BlanchardMerge pull request #184 from antonblanchard/verific
2020-05-23 Anton BlanchardMerge pull request #181 from antonblanchard/Makefile...
2020-05-23 Anton BlanchardPass clock frequency to UART sim wrapper
2020-05-19 Anton BlanchardMerge pull request #179 from antonblanchard/yosys-verilator
2020-05-19 Anton BlanchardAdd yosys/verilator support