Wuzhe Wang
Wuzhe Wang
Hi, I write SystemRDL like this: ``` addrmap root_map { hdl_path = "root_map"; test_map_1 test_map_1_inst; test_map_2 test_map_2_inst; test_map_3 test_map_3_inst; test_map_3_inst -> hdl_path = "test_map_3_inst"; }; ``` where `test_map_3_inst` is a...
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...
1. Add support for WRAP burst mode. 2. Fix a bug that when write data of two write transactions are asserted at two continuous cycles in W channel, and AW...