Small doc update

This commit is contained in:
Matthias Koefferlein 2024-05-27 19:06:56 +02:00
parent 2360eb41fd
commit f1d3597b2e
2 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ name(poly_wiring, "poly_wiring")
</p><p>
Names must be assigned before the layers are used for the first time
in <a href="#connect">connect</a>, <a href="#soft_connect">soft_connect</a>, <a href="#connect_global">connect_global</a>, <a href="#soft_connect_global">soft_connect_global</a> and
extract_devices statements.
<a href="#extract_devices">extract_devices</a> statements.
</p><p>
If layers are not named, they will be given a name made from the
<a href="#name_prefix">name_prefix</a> and an incremental number when the layer is used for the

View File

@ -317,7 +317,7 @@ module DRC
#
# Names must be assigned before the layers are used for the first time
# in \connect, \soft_connect, \connect_global, \soft_connect_global and
# extract_devices statements.
# \extract_devices statements.
#
# If layers are not named, they will be given a name made from the
# \name_prefix and an incremental number when the layer is used for the