Merge remote-tracking branch 'origin/main' into bringup2
This commit is contained in:
@@ -103,17 +103,15 @@ fpga_common_script_dir := $(fpga_dir)/common/tcl
|
||||
#########################################################################################
|
||||
# setup misc. sim files
|
||||
#########################################################################################
|
||||
SIM_FILE_REQS += \
|
||||
$(ROCKETCHIP_RSRCS_DIR)/vsrc/EICG_wrapper.v
|
||||
|
||||
# copy files but ignore *.h files in *.f (match vcs)
|
||||
$(sim_files): $(SIM_FILE_REQS) | $(OUT_DIR)
|
||||
cp -f $^ $(OUT_DIR)
|
||||
$(sim_files): $(SIM_FILE_REQS) $(ALL_MODS_FILELIST) | $(GEN_COLLATERAL_DIR)
|
||||
-cp -f $(SIM_FILE_REQS) $(GEN_COLLATERAL_DIR)
|
||||
touch $@
|
||||
$(foreach file,\
|
||||
$^,\
|
||||
$(SIM_FILE_REQS),\
|
||||
$(if $(filter %.h,$(file)),\
|
||||
,\
|
||||
echo "$(addprefix $(OUT_DIR)/, $(notdir $(file)))" >> $@;))
|
||||
echo "$(addprefix $(GEN_COLLATERAL_DIR)/, $(notdir $(file)))" >> $@;))
|
||||
|
||||
#########################################################################################
|
||||
# import other necessary rules and variables
|
||||
|
||||
Reference in New Issue
Block a user