Commit 603e34b
committed
config_mk_parser_test: cover VERILOG_FILES_BLACKBOX local-helper use
Two unit tests for the local-helper pattern that orfs_design()'s new
local_arguments= parameter targets:
- VERILOG_FILES_BLACKBOX routes to sources (not arguments), so the
parser classifies it correctly as a SOURCE_VAR.
- $(VERILOG_FILES_BLACKBOX) inside VERILOG_FILES is resolved during
parsing, so a single helper assignment can contribute files to the
top-level verilog_files list.
These are the parser-side invariants that local_arguments= relies on
when it later drops the helper from arguments/sources before orfs_flow.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent a816102 commit 603e34b
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
589 | 627 | | |
590 | 628 | | |
591 | 629 | | |
| |||
0 commit comments