Commit 66dc514
committed
build: register VERILOG_FILES_BLACKBOX in variables.yaml
It's a generic ORFS convention used by hierarchical designs --
sky130hd/microwatt and sky130hd/chameleon append a glob of IPs/*.v to
VERILOG_FILES via this variable. bazel-orfs's config_mk_parser puts
it into the orfs_flow sources dict, where check_variables then
rejects it because variables.yaml didn't list it. Add the entry so
microwatt loads.
(chameleon also references FP_PDN_RAIL_OFFSET/WIDTH, which are
design-specific knobs read by chameleon's pdn.cfg only; those need
the orfs_flow user_arguments path, not a variables.yaml entry.)
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent eade390 commit 66dc514
3 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| |||
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
| 380 | + | |
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1585 | 1585 | | |
1586 | 1586 | | |
1587 | 1587 | | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
0 commit comments