OpenXiangShan / NEMU

Other
228 stars 84 forks source link

storequeue: rewrite store queue using cpp #430

Closed Anzooooo closed 1 month ago

Anzooooo commented 1 month ago

Due to the need of vector extension, a large amount of store queue capacity is required when difftest with XiangShan. so store queue is directly implemented using cpp container queue.