URL
https://opencores.org/ocsvn/amber/amber/trunk
Subversion Repositories amber
Compare Revisions
- This comparison shows the changes necessary to convert path
/amber/trunk/hw
- from Rev 20 to Rev 21
- ↔ Reverse comparison
Rev 20 → Rev 21
/fpga/bin/Makefile
270,7 → 270,9
# Note -iobuf YES is needed for the top-level verilog |
# module synthesis |
|
$(WORK_FOLDER)/$(RTL_TOP).ngc : $(WORK_FOLDER)/run_id.txt write_config $(XST_PROJ_FILE) |
$(WORK_FOLDER)/$(RTL_TOP).ngc : $(WORK_FOLDER)/run_id.txt $(XST_PROJ_FILE) |
@echo "work: $(WORK_FOLDER)" > $(LOG_FOLDER)/$(RTL_TOP).cfg.$(RUN_ID).txt |
@echo "$(XST_DEFINES)" >> $(LOG_FOLDER)/$(RTL_TOP).cfg.$(RUN_ID).txt |
export XST_DESIGN=$(RTL_TOP) |
export XST_OFN=$(RTL_TOP) |
rm -Rf $(WORK_FOLDER)/$(RTL_TOP)xst $(WORK_FOLDER)/_ngo |
303,10 → 305,3
$(BIN_FOLDER)/set_fpga_version.sh $(WORK_FOLDER)/run_id.txt |
$(MAKE) -C ../../../sw/boot-loader |
|
|
# ---------------------------------------------------- |
# Store the build configuration to a log file |
# ---------------------------------------------------- |
write_config : |
@echo "work: $(WORK_FOLDER)" > $(LOG_FOLDER)/$(RTL_TOP).cfg.$(RUN_ID).txt |
@echo "$(XST_DEFINES)" >> $(LOG_FOLDER)/$(RTL_TOP).cfg.$(RUN_ID).txt |