OpenCores
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/fpga/bin
    from Rev 15 to Rev 19
    Reverse comparison

Rev 15 → Rev 19

/Makefile
79,7 → 79,7
ifdef A25
AMBER_CORE = AMBER_A25_CORE
else
AMBER_CORE =
AMBER_CORE = AMBER_A23_CORE
endif
 
 
270,7 → 270,7
# Note -iobuf YES is needed for the top-level verilog
# module synthesis
 
$(WORK_FOLDER)/$(RTL_TOP).ngc : $(WORK_FOLDER)/run_id.txt $(XST_PROJ_FILE)
$(WORK_FOLDER)/$(RTL_TOP).ngc : $(WORK_FOLDER)/run_id.txt write_config $(XST_PROJ_FILE)
export XST_DESIGN=$(RTL_TOP)
export XST_OFN=$(RTL_TOP)
rm -Rf $(WORK_FOLDER)/$(RTL_TOP)xst $(WORK_FOLDER)/_ngo
302,3 → 302,11
date +%Y%m%d%H%M%S > $(WORK_FOLDER)/run_id.txt
$(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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.