riscv-perf-model icon indicating copy to clipboard operation
riscv-perf-model copied to clipboard

Example RISC-V Out-of-Order/Superscalar Processor Performance Core and MSS Model

Results 64 riscv-perf-model issues
Sort by recently updated
recently updated
newest added

Implemented: - adds slicing the workloads using the simpointed output - builds olympia inside docker. - refactor for DockerOrchesterator (host) and run_command on container - unfiy redundant functions and remove...

Added documention on how to use trace archive together with RClone

Extended Olympia to support vector load and store instructions. Extend the current LSU so that it can "unroll" a vector instruction and generate separate memory accesses for each active vector...

Currently, the way the lsu replay works is that when a load is issued to the lsu pipe but it is not ready because of a cache miss, it is...