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
Copy file name to clipboardExpand all lines: docs/src/hal/basic-hal.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ This replaces the need to use the command newsig.
132
132
The optional direction arrows `<=`, `=>` and `<=>` make it easier to follow the logic when reading a `net` command line and are not used by the net command.
133
133
The direction arrows must be separated by a space from the pin names.
134
134
135
-
.`net` Syntax and Example
135
+
.Syntax and Examples of `net`
136
136
[source,{hal}]
137
137
----
138
138
net signal-name pin-name <optional arrow> <optional second pin-name>
@@ -186,7 +186,7 @@ Some components have parameters that need to be set before use.
186
186
Parameters can be set before use or while running as needed.
187
187
You cannot use setp on a pin that is connected to a signal.
0 commit comments