Skip to content
Snippets Groups Projects
Commit 340680fb authored by dwn1c21's avatar dwn1c21
Browse files

CI update bitfile location

parent 0dcb4699
No related branches found
No related tags found
1 merge request!1Changed set_env flow to source script in soctools and breadcrumb left in...
......@@ -47,7 +47,7 @@ build-job-Z2: # This job runs in the build stage, which runs first.
- source set_env.sh
- cd ./nanosoc_tech/fpga/
- make build_fpga FPGA=z2
- FILE=../imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
- FILE=../../imp/fpga/output/pynq_z2/overlays/nanosoc_design.bit
- if test -f "$FILE"; then
- echo "Build successful"
- else
......@@ -71,7 +71,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first.
- source set_env.sh
- cd ./nanosoc_tech/fpga
- make build_fpga FPGA=zcu104
- FILE=../imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
- FILE=../../imp/fpga/output/pynq_zcu104/overlays/nanosoc_design.bit
- if test -f "$FILE"; then
- echo "Build successful"
- else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment