Searched hist:"907 d5012b917b90454f8ecef372b3e5d9b03c368" (Results 1 – 1 of 1) sorted by relevance
/XiangShan/ |
H A D | Makefile | diff 907d5012b917b90454f8ecef372b3e5d9b03c368 Mon Dec 30 14:41:30 CET 2024 klin02 <[email protected]> build(Makefile): support PLDM_ARGS for make verilog
This change support switching TOPMAIN_ARGS from RELEASE_ARGS to PLDM_ARGS by setting PLDM=1.
For PLDM_ARGS, we make it consistent with DEBUG_ARGS by default. User can set PLDM_ARGS in command line to extend it. Examples as follows: 1. By set PLDM_ARGS="--fpga-platform" and PLDM=1, we will disable XSLog(including PerfCounters) for both verilog and sim-verilog. 2. By set PLDM_ARGS="--diffest-config ESBINP" and PLDM=1, we can accelerate Difftest in Palladium through some optimization feature.
|