You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cross-platform dep checking (Ubuntu, RHEL, macOS, openSUSE).
Remove verbose help text. Docs: replace outdated Bazel section with
//:install, mark as unsupported developer-only path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Note! ORFS uses the OpenROAD Bazel built binary in stop-gap way until OpenROAD has been switched to bzlmod, after which to build all flows becomes simpler as ORFS will build the requisite OpenROAD directly:
97
95
98
96
cd flow
99
97
bazelisk build ...
100
98
99
+
ORFS uses [bazel-orfs](https://github.com/The-OpenROAD-Project/bazel-orfs) to implement the flow and gets some depedencies, like yosys, from the Docker image. Over time, all dependencies should be built with Bazel and the dependency on the ORFS Docker image will be phased out.
100
+
101
101
### Upgrading MODULE.bazel with the latest bazel-orfs and ORFS Docker image
0 commit comments