Fix VLSI Makefile [skip ci]
The `SMEMS_FILE` was supposed to be `TOP_SMEMS_FILE`
This commit is contained in:
@@ -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 $@)
|
||||
|
||||
Reference in New Issue
Block a user