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
The README says: "Targets are flags that can be used to filter source files and dependencies."
I can't seem to figure out the syntax for target-based filtering of dependencies. I couldn't find any examples online either.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Targets can be specified in the Bender.yml with source file groups, as shown in the Readme. To specify these targets for your scripts generation, add a --target <YOUR_TARGET> or -t <YOUR_TARGET> to your command. As an example, specifying the test target for a vsim script works as follows:
bender script vsim --target test
More info can be found in bender's help menu with bender script --help.
If you're looking for an example, check out cheshire'sBender.yml and Makefile
Thanks for getting back to me. I'm aware that targets can be specified in source groups. My question is, can targets also be used in the dependencies section of Bender.yml? The README says that target flags can be used to filter dependencies, not just source files.
The README says: "Targets are flags that can be used to filter source files and dependencies."
I can't seem to figure out the syntax for target-based filtering of dependencies. I couldn't find any examples online either.
Thanks for any help.
The text was updated successfully, but these errors were encountered: