cve2/dv/verilator
Luís Marques ed8bcc0d33 [verilator] Fix ELF loading
In `VerilatorMemUtil::WriteElfToMem`, the verilator memory is written
with the ELF segment data, 4 bytes at a time . If the segment size isn't
a multiple of 4 (e.g. when using the RISC-V C extension) the last word
wouldn't be written. This patch rounds the size up to a multiple of 4,
solving that issue.
2020-02-03 08:32:13 +00:00
..
memutil [verilator] Fix ELF loading 2020-02-03 08:32:13 +00:00
pcount Add performance counter utils for verilator sims 2019-10-30 16:56:55 +00:00
simutil_verilator [DV] Continue argument parsing 2020-01-02 14:15:53 +01:00