add @schspectreprop to architecture.sym
This commit is contained in:
parent
854b0969a7
commit
406449ba42
|
|
@ -1,4 +1,4 @@
|
||||||
v {xschem version=3.4.6RC file_version=1.2
|
v {xschem version=3.4.8RC file_version=1.3
|
||||||
*
|
*
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
|
@ -29,7 +29,18 @@ template="code=ARCHITECTURE
|
||||||
\\"Use global schematic properties for code\\""}
|
\\"Use global schematic properties for code\\""}
|
||||||
V {}
|
V {}
|
||||||
S {}
|
S {}
|
||||||
|
F {}
|
||||||
E {}
|
E {}
|
||||||
L 4 0 -10 355 -10 {}
|
L 4 0 -10 355 -10 {}
|
||||||
T {@code} 5 -30 0 0 0.3 0.3 {}
|
T {@code} 5 -30 0 0 0.3 0.3 {}
|
||||||
T {@schprop@schverilogprop@schvhdlprop@schsymbolprop} 45 5 0 0 0.3 0.3 {font=monospace layer=8}
|
T {-- SPICE --
|
||||||
|
@schprop
|
||||||
|
-- VERILOG --
|
||||||
|
@schverilogprop
|
||||||
|
-- VHDL --
|
||||||
|
@schvhdlprop
|
||||||
|
-- SPECTRE --
|
||||||
|
@schspectreprop
|
||||||
|
-- SYMBOL --
|
||||||
|
@schsymbolprop
|
||||||
|
} 45 5 0 0 0.3 0.3 {font=monospace layer=8}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue