Skip to content

Commit 4246f6f

Browse files
committed
feat: use librelane
Switch from OpenLane 2 to its successor, LibreLane.
1 parent 6d8e013 commit 4246f6f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ RUN umask 022 && \
2323
tar zxf - -C /usr/local --strip-components=1 && \
2424
chmod 755 /usr/local/bin
2525

26-
# Install openlane
27-
RUN pip3 install openlane==2.2.9
26+
# Install LibreLane
27+
RUN pip3 install librelane==2.4.2

.github/workflows/gds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: TinyTapeout/tt-gds-action@ttsky25a
1818
with:
1919
pdk: sky130
20-
tools-ref: ttsky25a
20+
tools-ref: main
2121

2222
precheck:
2323
needs: gds
@@ -27,7 +27,7 @@ jobs:
2727
uses: TinyTapeout/tt-gds-action/precheck@ttsky25a
2828
with:
2929
pdk: sky130
30-
tools-ref: ttsky25a
30+
tools-ref: main
3131

3232
gl_test:
3333
needs: gds

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To learn more and get started, visit https://tinytapeout.com.
1717
3. Edit [docs/info.md](docs/info.md) and add a description of your project.
1818
4. Adapt the testbench to your design. See [test/README.md](test/README.md) for more information.
1919

20-
The GitHub action will automatically build the ASIC files using [OpenLane](https://www.zerotoasiccourse.com/terminology/openlane/).
20+
The GitHub action will automatically build the ASIC files using [LibreLane](https://www.zerotoasiccourse.com/terminology/librelane/).
2121

2222
## Enable GitHub actions to build the results page
2323

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"//": "https://tinytapeout.com/faq/#how-can-i-map-an-additional-external-clock-to-one-of-the-gpios",
3232
"CLOCK_PORT": "clk",
3333

34-
"//": "Configuration docs: https://openlane.readthedocs.io/en/latest/reference/configuration.html",
34+
"//": "Configuration docs: https://librelane.readthedocs.io/en/latest/reference/configuration.html",
3535

3636
"//": "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
3737
"//": "!!! DO NOT CHANGE ANYTHING BELOW THIS POINT !!!",

0 commit comments

Comments
 (0)