mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
modified synth makefile to handle derived configs
This commit is contained in:
parent
6ed2376582
commit
b487477ecd
@ -51,7 +51,8 @@ configs: $(CONFIG)
|
|||||||
$(CONFIG):
|
$(CONFIG):
|
||||||
@echo $(CONFIG)
|
@echo $(CONFIG)
|
||||||
cp -r $(OLDCONFIGDIR)/shared/*.vh $(CONFIGDIR)
|
cp -r $(OLDCONFIGDIR)/shared/*.vh $(CONFIGDIR)
|
||||||
cp -r $(OLDCONFIGDIR)/$(CONFIG)/* $(CONFIGDIR)
|
# cp -r $(OLDCONFIGDIR)/$(CONFIG)/* $(CONFIGDIR)
|
||||||
|
cp -r $(OLDCONFIGDIR)/deriv/$(CONFIG)/* $(CONFIGDIR)
|
||||||
|
|
||||||
# adjust DTIM and IROM to reasonable values depending on config
|
# adjust DTIM and IROM to reasonable values depending on config
|
||||||
ifneq ($(filter $(CONFIG), $(DIRS32)),)
|
ifneq ($(filter $(CONFIG), $(DIRS32)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user