riscv-software-src / riscv-perf-model

Example RISC-V Out-of-Order/Superscalar Processor Performance Core and MSS Model
Apache License 2.0
117 stars 43 forks source link

Updated to latest version of the STF lib submodule #148

Closed kathlenemagnus closed 5 months ago

kathlenemagnus commented 5 months ago

Improvements to Dromajo's STF tracing support require the latest version of the STF library.

klingaard commented 5 months ago

Is this backward compatible with existing traces or do they need to be regenerated?

kathlenemagnus commented 5 months ago

Is this backward compatible with existing traces or do they need to be regenerated?

It's expected to be backwards compatible. The fix I needed to pull in allows a "force PC record" to be added at anytime, which is needed to support non-contiguous traces.

klingaard commented 5 months ago

Got it. Thanks!