Merge remote-tracking branch 'ch/lazy-iobinders' into local-fpga-temp

This commit is contained in:
Abraham Gonzalez
2020-10-20 21:23:11 -07:00
23 changed files with 424 additions and 246 deletions

View File

@@ -110,7 +110,7 @@ generator_temp: $(SCALA_SOURCES) $(sim_files) $(EXTRA_GENERATOR_REQS)
--target-dir $(build_dir) \
--name $(long_name) \
--top-module $(MODEL_PACKAGE).$(MODEL) \
--legacy-configs $(CONFIG_PACKAGE).$(CONFIG))
--legacy-configs $(CONFIG_PACKAGE):$(CONFIG))
.PHONY: firrtl
firrtl: $(FIRRTL_FILE)