Fix VLSI Makefile [skip ci]

The `SMEMS_FILE` was supposed to be `TOP_SMEMS_FILE`
This commit is contained in:
Abraham Gonzalez
2019-10-25 09:47:22 -07:00
committed by GitHub
parent b934c51315
commit 540fff55e2

View File

@@ -71,7 +71,7 @@ srams: sram_generator
sram_generator: $(SRAM_CONF)
# This should be built alongside $(SMEMS_FILE)
$(SMEMS_HAMMER): $(SMEMS_FILE)
$(SMEMS_HAMMER): $(TOP_SMEMS_FILE)
$(SRAM_GENERATOR_CONF): $(SMEMS_HAMMER)
mkdir -p $(dir $@)