From 1874e95d67ac557ad13b7823a5b92f188a52db44 Mon Sep 17 00:00:00 2001
From: Matthias Koefferlein
@@ -481,4 +481,22 @@ soft_connect(b, a) layer second.
++ Soft connections and must connect nets (aka "connect_explicit" and "connect_implicit") + serve the same purpose - to detect incomplete wiring. Typically they are used + together, such as doing "connect_implicit" on VDD nets and "connect_explicit" + on VDD and NWELL nets if the schematic circuits do not feature an explicit + NWELL pin. +
+ ++ Soft connections are checked before connect_explicit and connect_implicit + are executed. This means, that soft connection errors cannot be masked by + declaring them "must connect". On the other hand, that is not a real issue + as both checks would raise an warning or error (in the top-level case). + It would only be a different kind of warning. +
+