File tree Expand file tree Collapse file tree 5 files changed +33
-2
lines changed
Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Document for detailed steps on docker based installation found
4242- For details about automated flow setup, see ORFS docs [ here] ( https://openroad-flow-scripts.readthedocs.io/en/latest/user/GettingStarted.html ) .
4343- Flow tutorial to run the complete OpenROAD based flow from
4444 RTL-GDSII, see the tutorial [ here] ( https://openroad-flow-scripts.readthedocs.io/en/latest/tutorials/FlowTutorial.html ) .
45- - To watch ORFS flow tuotial videos, check [ here] ( https://theopenroadproject.org/video ) .
45+ - To watch ORFS flow tutorial videos, check [ here] ( https://theopenroadproject.org/video ) .
4646
4747## Citing this Work
4848
Original file line number Diff line number Diff line change @@ -43,6 +43,37 @@ make gui_final
4343
4444![ gcd_final.webp] ( ../images/gcd_final.webp )
4545
46+ ## Using Pre-built Binaries
47+
48+ You can download pre-built binaries with self contained dependencies
49+ included from the Precision Innovations github repository
50+ [ here] ( https://github.com/Precision-Innovations/OpenROAD/actions/workflows/github-actions-build-deb-package.yml ) .
51+
52+ The following platform are supported currently:
53+ - Ubuntu 20.04/22.04
54+ - Debian 10/11
55+
56+ Use following steps to download:
57+
58+ Step 1: Click on the [ link] ( https://github.com/Precision-Innovations/OpenROAD/actions/workflows/github-actions-build-deb-package.yml )
59+
60+ Step 2: Select the latest build with a green check ` Build debian package `
61+
62+ ![ debian_package] ( ../images/debian_package.webp )
63+
64+ Step 3: At the bottom of the page download the artifacts for your
65+ distribution.
66+
67+ ![ select_artifacts] ( ../images/select_artifacts.webp )
68+
69+ Step 4: Extract the files and based on platform use package installer.
70+ For example Ubuntu platform use
71+ ```
72+ sudo dpkg -i openroad_2.0_amd64-ubuntu20.04.deb
73+ ```
74+
75+ You can install these binaries within docker as well.
76+
4677## Compiling and debugging in Visual Studio Code
4778
4879Set up environment variables to point to tools that CMake from within
You can’t perform that action at this time.
0 commit comments