diff --git a/doc/xschem_man/tutorial_use_existing_subckt.html b/doc/xschem_man/tutorial_use_existing_subckt.html index 676bd271..81146b58 100644 --- a/doc/xschem_man/tutorial_use_existing_subckt.html +++ b/doc/xschem_man/tutorial_use_existing_subckt.html @@ -229,7 +229,7 @@ x1 VSS TRIG OUT VSUPPLY CTRL TRIG DIS VSUPPLY ne555

-
  • Completely specify a subcircuit in the format section of the symbol

    +
  • Completely specify a subcircuit in the format attribute of the symbol

    The following set of symbol attrtibutes:

    @@ -245,7 +245,7 @@ template="name=B1 FUNC="pow(V(in),2)"" (which is indeed unique). This allows to build subcircuits with arbitrary parameters (a math expression in the example).

    The problem of this approach is that it works by creating nested .subckt inside the parent schematic - (which could itself be a .subckt). Not all simulators support this (although ngspice seems to work OK with this). + (which could itself be a .subckt). Not all simulators support this (although Ngspice and Xyce seem to work OK with this).