Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > Cadence > Re: Behavioral ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 4000 of 4209
Post > Topic >>

Re: Behavioral voltage source

by ambi <radicalmahesh@[EMAIL PROTECTED] > May 13, 2008 at 02:56 PM

On May 13, 7:20 am, oliver <scr...@[EMAIL PROTECTED]
> wrote:
> On May 13, 3:23 am, ambi <radicalmah...@[EMAIL PROTECTED]
> wrote:
>
> > Hi,
> >       I am a bit new to cadence and I am trying to create a behavioral
> > voltage source like those available in some of the Spice tools.
> > I basically want to have a voltage source with output Vout=(V(VREFP)-
> > V(VREFM))/2 . where VREFP and VREFM are 2 distinct voltages.
> > In LTSpice which I am using currently, I can place a component called
> > behavioral voltage source on the schematic and mention its value as
> > V=(V(VREFP)-V(VREFM))/2.
> > Can anyone suggest how to get this in cadence ?
> > Thanks
>
> > Ambi
>
> You can create the behavioral voltage source with the veriloga
> behavioral language
> (veriloga cell). Something like:
>
> module myvsource(vrefp, vrefm, vout) ;
> electrical vrefp,vrefm,vout ;
> input vrefp, vrefm ;
> output vout ;
>
> analog begin
>  V(vout) <+  (V(vrefp)-V(vrefm))/2 ;
> end
> endmodule
>
> Oliver

Thanks Oliver. But I am trying not to use verilog A. The design
constraint wants me to avoid using verologA. I need it as a component
to use it in my schematic.

Regards,
Ambi
 




 5 Posts in Topic:
Behavioral voltage source
ambi <radicalmahesh@[E  2008-05-13 01:23:36 
Re: Behavioral voltage source
ambi <radicalmahesh@[E  2008-05-13 03:09:07 
Re: Behavioral voltage source
oliver <screwi@[EMAIL   2008-05-13 06:20:35 
Re: Behavioral voltage source
ambi <radicalmahesh@[E  2008-05-13 14:56:22 
Re: Behavioral voltage source
Andrew Beckett <andrew  2008-05-14 06:14:07 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Sep 6 16:09:35 CDT 2008.