Makefile (529b1cfdb56763d8c094232c4acac6d4a784b64f) Makefile (96f46b96df65ac6a3757057f77266d3013f8c829)
1#***************************************************************************************
2# Copyright (c) 2024 Beijing Institute of Open Source Chip (BOSC)
3# Copyright (c) 2020-2024 Institute of Computing Technology, Chinese Academy of Sciences
4# Copyright (c) 2020-2021 Peng Cheng Laboratory
5#
6# XiangShan is licensed under Mulan PSL v2.
7# You can use this software according to the terms and conditions of the Mulan PSL v2.
8# You may obtain a copy of Mulan PSL v2 at:

--- 92 unchanged lines hidden (view full) ---

101COMMON_EXTRA_ARGS += --seperate-dm-bus
102endif
103
104# configuration from yaml file
105ifneq ($(YAML_CONFIG),)
106COMMON_EXTRA_ARGS += --yaml-config $(YAML_CONFIG)
107endif
108
1#***************************************************************************************
2# Copyright (c) 2024 Beijing Institute of Open Source Chip (BOSC)
3# Copyright (c) 2020-2024 Institute of Computing Technology, Chinese Academy of Sciences
4# Copyright (c) 2020-2021 Peng Cheng Laboratory
5#
6# XiangShan is licensed under Mulan PSL v2.
7# You can use this software according to the terms and conditions of the Mulan PSL v2.
8# You may obtain a copy of Mulan PSL v2 at:

--- 92 unchanged lines hidden (view full) ---

101COMMON_EXTRA_ARGS += --seperate-dm-bus
102endif
103
104# configuration from yaml file
105ifneq ($(YAML_CONFIG),)
106COMMON_EXTRA_ARGS += --yaml-config $(YAML_CONFIG)
107endif
108
109# hart id bits
110ifneq ($(HART_ID_BITS),)
111COMMON_EXTRA_ARGS += --hartidbits $(HART_ID_BITS)
112endif
113
109# public args sumup
110RELEASE_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
111DEBUG_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
112override PLDM_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
113
114# co-simulation with DRAMsim3
115ifeq ($(WITH_DRAMSIM3),1)
116ifndef DRAMSIM3_HOME

--- 182 unchanged lines hidden ---
114# public args sumup
115RELEASE_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
116DEBUG_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
117override PLDM_ARGS += $(MFC_ARGS) $(COMMON_EXTRA_ARGS)
118
119# co-simulation with DRAMsim3
120ifeq ($(WITH_DRAMSIM3),1)
121ifndef DRAMSIM3_HOME

--- 182 unchanged lines hidden ---