Rename FIRRTL options

This commit is contained in:
abejgonzalez
2023-06-02 11:09:13 -07:00
parent 57e389b026
commit 08d9d00ed8
2 changed files with 9 additions and 8 deletions

View File

@@ -222,7 +222,7 @@ sim_files ?= $(build_dir)/sim_files.f
sim_common_files ?= $(build_dir)/sim_files.common.f
SFC_LEVEL ?= $(build_dir)/.sfc_level
FINAL_EXTRA_FIRRTL_OPTIONS ?= $(build_dir)/.final_extra_firrtl_options
EXTRA_FIRRTL_OPTIONS ?= $(build_dir)/.extra_firrtl_options
MFC_LOWERING_OPTIONS ?= $(build_dir)/.mfc_lowering_options
#########################################################################################