From e30d51fb56805348cbd4cf6fce990381915997e2 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 24 Jun 2024 08:58:00 +0200 Subject: [PATCH] doc minor edits --- doc/xschem_man/tutorial_use_existing_subckt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).