This is an old revision of the document!


Semiconductor models

Mixed-mode Logic gates

Native models

Old info, mostly correct except as below:

Syntax

Verilog mode

Device:

gatetype #(.model(process)) Uxxxxx (out, in1, in2, ...);

Paramset:

paramset mname logic;\
{args}\
endparamset
Spice mode

Device:

Uxxxxxxx out in1 in2 ... process gatetype

Model (required):

.model mname LOGIC {args}

Subcircuit definition (optional):

.subckt subname nodes
subcircuit description
.ends

Gatetype

Gatetype is the type of logic gate:

  • and
  • nand
  • or
  • nor
  • xor
  • xnor
  • inv
gnucap/manual/devices/semi/logic.1701681391.txt.gz · Last modified: 2023/12/04 03:16 by aldavis
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Run by Debian Driven by DokuWiki