Skip to content

Commit b82b977

Browse files
committed
user-manual: Differentiate between 'to run a target' and 'to execute a target'
1 parent 254638d commit b82b977

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

user-manual/glossary.typ

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,14 @@ Some of them are formally defined because they are helpful when discussing, for
100100
Example tools are: GHDL, Verilator, yosys, Vivado, nvc, etc.
101101
]
102102

103+
#block(breakable:false)[
104+
/ to execute a target:
105+
To execute the target procedure code by explicitly or implicitly calling the target procedure, for example, by calling `hbs::AddDep`.
106+
]
107+
103108
#block(breakable:false)[
104109
/ to run a target:
105-
To execute commands defined in the target.
110+
To call the `run` or `dry-run` HBS command for a given target.
106111
]
107112

108113
#pagebreak()

user-manual/hbs-user-manual.pdf

1.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)