help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] gnucap with verilog-ams netlist input


From: John Griessen
Subject: Re: [Help-gnucap] gnucap with verilog-ams netlist input
Date: Sun, 25 Jan 2009 12:22:30 -0600
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

al davis wrote:
On Sunday 25 January 2009, John Griessen wrote:
How do I connect a gnucap internal capacitor model to this
netlist generated by gnetlist -g verilog?

.
.
.
res #(.r(1000) ) R1 ( .n(B), .p(A));
"resistor", the name of the value is "r".

endmodule

If there is only one number that is thought of as the "value", you can specify it with name.

capacitor #(1u) C4 (f,r);


Thanks Al,

Is there a way to alias other names to a built in model?  Such as alias cap to 
capacitor?

The manual says, 3.2.1  Syntax
Device
.capacitor label n+ n– expression
Where do you use this?  Is label for a name you give it?   What can expression 
be?

Thanks,

John Griessen

--
Ecosensory   Austin TX




reply via email to

[Prev in Thread] Current Thread [Next in Thread]