Commit f2b0391
committed
deps: bump bazel-orfs to PR #720 head, drop upstreamed patches
bazel-orfs PR The-OpenROAD-Project/bazel-orfs#720
lands the two patches we were carrying as 0001/0002:
- orfs_design() accepts config = "config.mk" explicitly and drops
the blanket native.exports_files(native.glob(["*"]));
- orfs_design() takes a local_arguments= list to drop config.mk
helpers (e.g. VERILOG_FILES_BLACKBOX) before orfs_flow().
It also adds parser unit tests covering the VERILOG_FILES_BLACKBOX
pattern that local_arguments= targets.
Bump bazel-orfs to 717655415d (PR #720 head) and drop both patches.
bazel/BUILD shrinks to a single exports_files(["install.sh"]) — the
only remaining reason for the package is making //bazel:install.sh
resolvable from //:install_for_bazel.
Verified: bazelisk test //flow/designs/asap7/gcd/... passes;
microwatt and chameleon (both consumers of local_arguments=) parse.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent e731422 commit f2b0391
5 files changed
Lines changed: 3 additions & 159 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 107 deletions
This file was deleted.
Lines changed: 0 additions & 42 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
0 commit comments