Makefile (b8890d17139ff69a6f58f35768453b283846dd0b) | Makefile (839e5512b11a14daed2f8e8e654ac047f4cc50ae) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48override SIM_ARGS += --with-dramsim3 49endif 50 51# run emu with chisel-db 52ifeq ($(WITH_CHISELDB),1) 53override SIM_ARGS += --with-chiseldb 54endif 55 | 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 --- 39 unchanged lines hidden (view full) --- 48override SIM_ARGS += --with-dramsim3 49endif 50 51# run emu with chisel-db 52ifeq ($(WITH_CHISELDB),1) 53override SIM_ARGS += --with-chiseldb 54endif 55 |
56# run emu with chisel-db 57ifeq ($(WITH_ROLLINGDB),1) 58override SIM_ARGS += --with-rollingdb 59endif 60 |
|
56# dynamic switch CONSTANTIN 57ifeq ($(WITH_CONSTANTIN),0) 58$(info disable WITH_CONSTANTIN) 59else 60override SIM_ARGS += --with-constantin 61endif 62 63# emu for the release version --- 100 unchanged lines hidden --- | 61# dynamic switch CONSTANTIN 62ifeq ($(WITH_CONSTANTIN),0) 63$(info disable WITH_CONSTANTIN) 64else 65override SIM_ARGS += --with-constantin 66endif 67 68# emu for the release version --- 100 unchanged lines hidden --- |