Commit 58bf8fb 1 parent 5e7b0fe commit 58bf8fb Copy full SHA for 58bf8fb
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 81
81
- name : Update pip reqs
82
82
run : python3 -m pip install --upgrade -r tools/requirements.txt --break-system-packages
83
83
- 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"
85
85
- name : Build cosmo_hp bitstream
86
86
run : buck2 build //hdl/projects/cosmo_hp:cosmo_hp --show-output
87
87
- 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"
4
4
libdir = "/opt/bsc-2022.01/lib/"
5
5
6
6
[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"
9
9
10
10
[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