Searched hist:"839 e5512b11a14daed2f8e8e654ac047f4cc50ae" (Results 1 – 3 of 3) sorted by relevance
/XiangShan/src/main/scala/top/ |
H A D | ArgParser.scala | diff 839e5512b11a14daed2f8e8e654ac047f4cc50ae Tue Sep 05 13:41:24 CEST 2023 Zifei Zhang <[email protected]> perf: add cpi and topdown rolling db (#2280)
Add some rolling db:
* cpi rolling db
* topdown rolling db
* ipc-fuType rolling db
Others:
Add WITH_ROLLINGDB into Makefile, then: make emu WITH_ROLLINGDB=1 to enable rollingdb.
Topdown rolling db will add many table into the database. This is something a little ugly.
To sovle this:
* run emu with --dump-select-db for wanted table, not --dump-db
* TODO: enhance the RollingDB with more complicate YAXISPT that contains all the topdown signals
|
/XiangShan/ |
H A D | Makefile | diff 839e5512b11a14daed2f8e8e654ac047f4cc50ae Tue Sep 05 13:41:24 CEST 2023 Zifei Zhang <[email protected]> perf: add cpi and topdown rolling db (#2280)
Add some rolling db:
* cpi rolling db
* topdown rolling db
* ipc-fuType rolling db
Others:
Add WITH_ROLLINGDB into Makefile, then: make emu WITH_ROLLINGDB=1 to enable rollingdb.
Topdown rolling db will add many table into the database. This is something a little ugly.
To sovle this:
* run emu with --dump-select-db for wanted table, not --dump-db
* TODO: enhance the RollingDB with more complicate YAXISPT that contains all the topdown signals
|
/XiangShan/src/main/scala/xiangshan/backend/rob/ |
H A D | Rob.scala | diff 839e5512b11a14daed2f8e8e654ac047f4cc50ae Tue Sep 05 13:41:24 CEST 2023 Zifei Zhang <[email protected]> perf: add cpi and topdown rolling db (#2280)
Add some rolling db:
* cpi rolling db
* topdown rolling db
* ipc-fuType rolling db
Others:
Add WITH_ROLLINGDB into Makefile, then: make emu WITH_ROLLINGDB=1 to enable rollingdb.
Topdown rolling db will add many table into the database. This is something a little ugly.
To sovle this:
* run emu with --dump-select-db for wanted table, not --dump-db
* TODO: enhance the RollingDB with more complicate YAXISPT that contains all the topdown signals
|