Remove useless GenerateModelStageMain
This commit is contained in:
16
common.mk
16
common.mk
@@ -194,17 +194,6 @@ endif
|
|||||||
|
|
||||||
$(SFC_MFC_TARGETS) &: $(TAPEOUT_CLASSPATH_TARGETS) $(FIRRTL_FILE) $(FINAL_ANNO_FILE) $(MFC_LOWERING_OPTIONS)
|
$(SFC_MFC_TARGETS) &: $(TAPEOUT_CLASSPATH_TARGETS) $(FIRRTL_FILE) $(FINAL_ANNO_FILE) $(MFC_LOWERING_OPTIONS)
|
||||||
rm -rf $(GEN_COLLATERAL_DIR)
|
rm -rf $(GEN_COLLATERAL_DIR)
|
||||||
$(call run_jar_scala_main,$(TAPEOUT_CLASSPATH),tapeout.transforms.GenerateModelStageMain,\
|
|
||||||
--no-dedup \
|
|
||||||
--output-file $(SFC_FIRRTL_BASENAME) \
|
|
||||||
--output-annotation-file $(SFC_ANNO_FILE) \
|
|
||||||
--target-dir $(GEN_COLLATERAL_DIR) \
|
|
||||||
--input-file $(FIRRTL_FILE) \
|
|
||||||
--annotation-file $(FINAL_ANNO_FILE) \
|
|
||||||
--log-level $(FIRRTL_LOGLEVEL) \
|
|
||||||
-X none \
|
|
||||||
--allow-unrecognized-annotations)
|
|
||||||
-mv $(SFC_FIRRTL_BASENAME).lo.fir $(SFC_FIRRTL_FILE)
|
|
||||||
firtool \
|
firtool \
|
||||||
--format=fir \
|
--format=fir \
|
||||||
--export-module-hierarchy \
|
--export-module-hierarchy \
|
||||||
@@ -216,11 +205,10 @@ $(SFC_MFC_TARGETS) &: $(TAPEOUT_CLASSPATH_TARGETS) $(FIRRTL_FILE) $(FINAL_ANNO_F
|
|||||||
--lowering-options=$(shell cat $(MFC_LOWERING_OPTIONS)) \
|
--lowering-options=$(shell cat $(MFC_LOWERING_OPTIONS)) \
|
||||||
--repl-seq-mem \
|
--repl-seq-mem \
|
||||||
--repl-seq-mem-file=$(MFC_SMEMS_CONF) \
|
--repl-seq-mem-file=$(MFC_SMEMS_CONF) \
|
||||||
--annotation-file=$(SFC_ANNO_FILE) \
|
--annotation-file=$(FINAL_ANNO_FILE) \
|
||||||
--split-verilog \
|
--split-verilog \
|
||||||
-o $(GEN_COLLATERAL_DIR) \
|
-o $(GEN_COLLATERAL_DIR) \
|
||||||
$(SFC_FIRRTL_FILE)
|
$(FIRRTL_FILE)
|
||||||
$(SED) -i 's/.*/& /' $(MFC_SMEMS_CONF) # need trailing space for SFC macrocompiler
|
|
||||||
touch $(MFC_BB_MODS_FILELIST) # if there are no BB's then the file might not be generated, instead always generate it
|
touch $(MFC_BB_MODS_FILELIST) # if there are no BB's then the file might not be generated, instead always generate it
|
||||||
# DOC include end: FirrtlCompiler
|
# DOC include end: FirrtlCompiler
|
||||||
|
|
||||||
|
|||||||
@@ -176,11 +176,6 @@ CHISEL_LOG_FILE ?= $(build_dir)/$(long_name).chisel.log
|
|||||||
MFC_EXTRA_ANNO_FILE ?= $(build_dir)/$(long_name).extrafirtool.anno.json
|
MFC_EXTRA_ANNO_FILE ?= $(build_dir)/$(long_name).extrafirtool.anno.json
|
||||||
FINAL_ANNO_FILE ?= $(build_dir)/$(long_name).appended.anno.json
|
FINAL_ANNO_FILE ?= $(build_dir)/$(long_name).appended.anno.json
|
||||||
|
|
||||||
# scala firrtl compiler (sfc) outputs
|
|
||||||
SFC_FIRRTL_BASENAME ?= $(build_dir)/$(long_name).sfc
|
|
||||||
SFC_FIRRTL_FILE ?= $(SFC_FIRRTL_BASENAME).fir
|
|
||||||
SFC_ANNO_FILE ?= $(build_dir)/$(long_name).sfc.anno.json
|
|
||||||
|
|
||||||
# firtool compiler outputs
|
# firtool compiler outputs
|
||||||
MFC_TOP_HRCHY_JSON ?= $(build_dir)/top_module_hierarchy.json
|
MFC_TOP_HRCHY_JSON ?= $(build_dir)/top_module_hierarchy.json
|
||||||
MFC_MODEL_HRCHY_JSON ?= $(build_dir)/model_module_hierarchy.json
|
MFC_MODEL_HRCHY_JSON ?= $(build_dir)/model_module_hierarchy.json
|
||||||
|
|||||||
Reference in New Issue
Block a user