gnucap with verilog-ams netlist input

John Griessen <[email protected]>
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
Hi,

How do I connect a gnucap internal capacitor model to this netlist generated by gnetlist -g verilog?

/* structural Verilog generated by gnetlist */
/* WARNING: This is a generated file, edits */
/*        made here will be lost next time  */
/*        you run gnetlist!                 */
/* Id ..........$Id$ */
/* Source.......$Source$ */
/* Revision.....$Revision$ */
/* Author.......$Author$ */

module verilog_io (    GND ,    C ,    A  );

/* Port directions begin here */
inout GND ;
inout C ;
inout A ;


/* Wires from the design */
//electrical B ;
//electrical GND ;
//electrical C ;
//electrical A ;

/* continuous assignments */

/* Package instantiations */
cap #(.value(1250e-9) ) C1 ( .p(B), .n(GND));

ind #(.l(.001) ) L1 ( .n(C), .p(B));

res #(.r(1000) ) R1 ( .n(B), .p(A));

endmodule


Thanks,

John Griessen

-- 
Ecosensory   Austin TX
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.