diff --git a/doc/xschem_man/symbol_property_syntax.html b/doc/xschem_man/symbol_property_syntax.html index c7025cf2..55bf7808 100644 --- a/doc/xschem_man/symbol_property_syntax.html +++ b/doc/xschem_man/symbol_property_syntax.html @@ -131,9 +131,9 @@ type=nmos
- In recent xschem versions a $ prefixed attribute (example: $var) can be used
+ In recent xschem versions a % prefixed attribute (example: %var) can be used
instead of a
@@ -393,6 +393,11 @@ verilog_format="xnor #(@risedel , @falldel ) @name ( @@Z , @@A , @@B );" This attribute contains a SPICE .model or .subckt specification (device_model=".model D1N4148 D ....") that will be printed at end of netlist only once for the specified component (D1N4148 in the example).
++ This attribute specifies an alternate schematic file to open when descending into the subcircuit: +
schematic=inv_2.sch+