Makefile (f4ef5325a605ea8365971ebda8b3ac9c184f7865) | Makefile (37b8fdee014787fb0fcef2682ed2c04af07fdeff) |
---|---|
1#*************************************************************************************** 2# Copyright (c) 2020-2021 Institute of Computing Technology, Chinese Academy of Sciences 3# Copyright (c) 2020-2021 Peng Cheng Laboratory 4# 5# XiangShan is licensed under Mulan PSL v2. 6# You can use this software according to the terms and conditions of the Mulan PSL v2. 7# You may obtain a copy of Mulan PSL v2 at: 8# http://license.coscl.org.cn/MulanPSL2 --- 71 unchanged lines hidden (view full) --- 80override SIM_ARGS += --with-chiseldb 81endif 82 83# run emu with chisel-db 84ifeq ($(WITH_ROLLINGDB),1) 85override SIM_ARGS += --with-rollingdb 86endif 87 | 1#*************************************************************************************** 2# Copyright (c) 2020-2021 Institute of Computing Technology, Chinese Academy of Sciences 3# Copyright (c) 2020-2021 Peng Cheng Laboratory 4# 5# XiangShan is licensed under Mulan PSL v2. 6# You can use this software according to the terms and conditions of the Mulan PSL v2. 7# You may obtain a copy of Mulan PSL v2 at: 8# http://license.coscl.org.cn/MulanPSL2 --- 71 unchanged lines hidden (view full) --- 80override SIM_ARGS += --with-chiseldb 81endif 82 83# run emu with chisel-db 84ifeq ($(WITH_ROLLINGDB),1) 85override SIM_ARGS += --with-rollingdb 86endif 87 |
88# run with disable all db 89ifeq ($(DISABLE_ALWAYSDB),1) 90override SIM_ARGS += --disable-alwaysdb 91endif 92 |
|
88# dynamic switch CONSTANTIN 89ifeq ($(WITH_CONSTANTIN),0) 90$(info disable WITH_CONSTANTIN) 91else 92override SIM_ARGS += --with-constantin 93endif 94 95# emu for the release version --- 121 unchanged lines hidden --- | 93# dynamic switch CONSTANTIN 94ifeq ($(WITH_CONSTANTIN),0) 95$(info disable WITH_CONSTANTIN) 96else 97override SIM_ARGS += --with-constantin 98endif 99 100# emu for the release version --- 121 unchanged lines hidden --- |