Remove EXTRA_FIRRTL_OPTIONS ; using sfc is discouraged

This commit is contained in:
Jerry Zhao
2024-04-22 19:51:57 -07:00
parent 7d8a76ccc9
commit f85b4bb9dc
2 changed files with 2 additions and 16 deletions

View File

@@ -228,7 +228,6 @@ sim_files ?= $(build_dir)/sim_files.f
# single file that contains all files needed for VCS or Verilator simulation (unique and without .h's)
sim_common_files ?= $(build_dir)/sim_files.common.f
EXTRA_FIRRTL_OPTIONS ?= $(build_dir)/.extra_firrtl_options
MFC_LOWERING_OPTIONS ?= $(build_dir)/.mfc_lowering_options
#########################################################################################