GEM5
GEM5 copied to clipboard
了解到nanhu有好几个版本,想请问下模拟器具体是和哪个版本进行对齐的,或者对齐的进度。nanhu-G?nanhu v3?
The function `clearPrefetched()` doesn't clear the `_ever_prefetched` flag. It seems that here we need a `clearEverPrefetched()` like function. When that is applied, there is a slight change in scores(
To align with NEMU and XiangShan RTL to prevent difftest errors, we keep the VS=0 on mstatus at boot. Change-Id: I1cf440074424787bc63f7d68740ddb1b32e2f526
Hi, I'm working on running SPEC06 checkpoints on XS-GEM5, and I notice that the default L2 hardware prefetcher is WorkerPrefetcher in the script simple_gem5.sh: https://github.com/OpenXiangShan/GEM5/blob/e62ce212124b229ad1b4bf6e9bac47b80df4dbb6/util/warmup_scripts/simple_gem5.sh#L130 But XiangShan now uses a...
**Describe the bug** - What workload are you running? Baremetal workload, bbl+Linux+application or checkpoints? - What is the expected behavior? What is the actual behavior? - Can this issue be...
Here is the development roadmap. Contributions and feedback are welcome. # Project Roadmap ## 1. Dynamic Vector Length Support - [ ] Implement variable vector length (not fixed at 128)....
Is vlen fixed at 128 in Kunminghu architecture in GEM5? Can I configure it by modifying the .cc file and recompiling?
I have replaced the fuPool in XiangshanCore with my own defined one(Actually with some changes in num of the units). But there is no difference in simulation results before and...