Ma-YX
Ma-YX
To generate waveform files in FST, the compile command should be ``` make emu CONFIG=MinimalConfig EMU_TRACE="fst" -j32 ```
1. As for the log of your test program, I don't think it finished running. You can delete the delay part in your test code to find out whether it...
Thanks for your question. Currently, XiangShan does not support removable ICache and DCache. The `HasICache` and `HasDCache` you mentioned in `XSCoreParameters` are not actively used. As a result, setting these...
Thanks for your issue. Plz provide the generation/version of XiangShan that you want to ask. You mentioned AXI, so is it nanhu(here https://docs.xiangshan.cc/zh-cn/latest/integration/soc/ is nanhu as well)? While kunminghu uses...
To change default PMA configuration, you can go to PMA.scala in XiangShan's backend folder. As for AXI's three interfaces, we do not recommend you to change them, since changes of...
Thanks for your issue. We are not sure about the cause of the circumstance you encountered. Would you mind provide us with the workload and detailed XS version you worked...
Thanks for your issue. Those assertions are mainly used for simulation verification.
Thanks for your issue. As for your problem, there might be something wrong unexpectedly during converting txt file to bin file with your own `convert.cpp`. We have the [`Docker Instruction`](https://docs.xiangshan.cc/zh-cn/latest/integration/docker/)....
The clock frequency (clock cycles/time) in waveform during simulation is not the same as real chip after tape out. As for clock frequency of Nanhu v2 simulation, it's based on...
Thanks for your issue. Currently, CHI protocol is only used between CoulpledL2 and OpenLLC/OpenNCB (L2 $ - L3 $), under CONFIG=KunminghuV2config. Ports in XSTOP.sv is to memory/device, XiangShan uses AXI4...