Skip to content

Commit

Permalink
Merge pull request #1933 from ucb-bar/tb_seq_mems
Browse files Browse the repository at this point in the history
Remove non-existent tb_seq_mems prerequisite
  • Loading branch information
a0u authored Jul 30, 2024
2 parents eddf038 + 93fdc2e commit 3512d09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ SFC_MFC_TARGETS = \
$(MFC_TOP_SMEMS_JSON) \
$(MFC_TOP_HRCHY_JSON) \
$(MFC_MODEL_HRCHY_JSON) \
$(MFC_MODEL_SMEMS_JSON) \
$(MFC_FILELIST) \
$(MFC_BB_MODS_FILELIST) \
$(GEN_COLLATERAL_DIR) \
Expand Down
1 change: 0 additions & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ MFC_SMEMS_CONF ?= $(build_dir)/$(long_name).mems.conf
MFC_FILELIST = $(GEN_COLLATERAL_DIR)/filelist.f
MFC_BB_MODS_FILELIST = $(GEN_COLLATERAL_DIR)/firrtl_black_box_resource_files.f
MFC_TOP_SMEMS_JSON = $(GEN_COLLATERAL_DIR)/metadata/seq_mems.json
MFC_MODEL_SMEMS_JSON = $(GEN_COLLATERAL_DIR)/metadata/tb_seq_mems.json

# macrocompiler smems in/output
TOP_SMEMS_CONF ?= $(build_dir)/$(long_name).top.mems.conf
Expand Down

0 comments on commit 3512d09

Please sign in to comment.