Skip to content

Commit 779d524

Browse files
authored
README.md: Update tera link and script flist command description (#178)
* README.md: Add `flist-plus` and update `flist` description * README.md: Update link to `tera` documentation
1 parent 9eb04ee commit 779d524

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,12 @@ The `bender config` command prints the currently active configuration as JSON to
413413

414414
### `script` --- Generate tool-specific scripts
415415

416-
The `bender script <format>` command can generate scripts to feed the source code of a package and its dependencies into a vendor tool. These scripts are rendered using internally stored templates with the [tera](https://tera.netlify.app/) crate, but custom templates can also be used.
416+
The `bender script <format>` command can generate scripts to feed the source code of a package and its dependencies into a vendor tool. These scripts are rendered using internally stored templates with the [tera](https://keats.github.io/tera/docs/) crate, but custom templates can also be used.
417417

418418
Supported formats:
419419

420-
- `flist`: A flat file list amenable to be directly inlined into the invocation command of a tool, e.g. `verilate $(bender script flist)`.
420+
- `flist`: A flat whitespace-separated file list.
421+
- `flist-plus`: A flat file list amenable to be directly inlined into the invocation command of a tool, e.g. `verilate $(bender script flist)`.
421422
- `vsim`: A Tcl compilation script for Mentor ModelSim/QuestaSim.
422423
- `vcs`: A Tcl compilation script for VCS.
423424
- `verilator`: Command line arguments for Verilator.
@@ -428,8 +429,8 @@ Supported formats:
428429
- `vivado`: A Tcl file addition script for Xilinx Vivado.
429430
- `vivado-sim`: Same as `vivado`, but specifically for simulation targets.
430431
- `precision`: A Tcl compilation script for Mentor Precision.
431-
- `template`: A custom [tera](https://tera.netlify.app/) template, provided using the `--template` flag.
432-
- `template_json`: The json struct used to render the [tera](https://tera.netlify.app/) template.
432+
- `template`: A custom [tera](https://keats.github.io/tera/docs/) template, provided using the `--template` flag.
433+
- `template_json`: The json struct used to render the [tera](https://keats.github.io/tera/docs/) template.
433434

434435
Furthermore, similar flags to the `sources` command exist.
435436

0 commit comments

Comments
 (0)