File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8181 - name : Update pip reqs
8282 run : python3 -m pip install --upgrade -r tools/requirements.txt --break-system-packages
8383 - name : buck path
84- run : echo "~/.cargo/bin:/opt/Xilinx/Vivado/2024.1/bin:/opt/oss-cad-suite-20240513 /bin" >> "$GITHUB_PATH"
84+ run : echo "~/.cargo/bin:/opt/Xilinx/Vivado/2024.1/bin:/opt/oss-cad-suite-20250211 /bin" >> "$GITHUB_PATH"
8585 - name : Build cosmo_hp bitstream
8686 run : buck2 build //hdl/projects/cosmo_hp:cosmo_hp --show-output
8787 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ bin = "/opt/bsc-2022.01/bin/bsc"
44libdir = "/opt/bsc-2022.01/lib/"
55
66[yosys]
7- bin = "/opt/oss-cad-suite-20240513 /bin/yosys"
8- libdir = "/opt/oss-cad-suite-20240513 /share/yosys"
7+ bin = "/opt/oss-cad-suite-20250211 /bin/yosys"
8+ libdir = "/opt/oss-cad-suite-20250211 /share/yosys"
99
1010[nextpnr]
11- ecp5 = "/opt/oss-cad-suite-20240513 /bin/nextpnr-ecp5"
12- ecp5_pack = "/opt/oss-cad-suite-20240513 /bin/ecppack"
13- ice40 = "/opt/oss-cad-suite-20240513 /bin/nextpnr-ice40"
14- ice40_pack = "/opt/oss-cad-suite-20240513 /bin/icepack"
11+ ecp5 = "/opt/oss-cad-suite-20250211 /bin/nextpnr-ecp5"
12+ ecp5_pack = "/opt/oss-cad-suite-20250211 /bin/ecppack"
13+ ice40 = "/opt/oss-cad-suite-20250211 /bin/nextpnr-ice40"
14+ ice40_pack = "/opt/oss-cad-suite-20250211 /bin/icepack"
You can’t perform that action at this time.
0 commit comments