Skip to content
Snippets Groups Projects
Commit 6e5b8d3c authored by dam1n19's avatar dam1n19
Browse files

Copies log from run to target at end

parent b79e309f
No related branches found
No related tags found
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
......@@ -95,6 +95,7 @@ build_fpga: tcl_flist clean_fpga
@echo Starting Vivado Run
@mkdir -p $(RUN_DIR)
@cd $(RUN_DIR); vivado -mode batch -source $(NANOSOC_FPGA_FLOW_DIR)/build_fpga.tcl
@cp $(RUN_DIR)/vivado.log $(TARGET_DIR)
@echo Vivado Build Complete
# Clean FPGA Run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment