Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by cnd9

  1. C

    verilog-a case statement in analog block

    Hi, thanks very much for the reply. In the initial block, should I actually say "V(integrand) = V(bj)"? And similarly, for the integral, sIntegral = idt(V(integrand),0.5) rather than just using "integral" alone?
  2. C

    verilog-a case statement in analog block

    Hi, I'm running verilog-a for the first time and trying to get the following code to work: analog begin if (sIntegral > 0) integrand = V(bj); else integrand = 0; sIntegral = idt(integrand,.5); $fstrobe(fprt,"%f", integrand); $fstrobe(fprt,"%f", sIntegral); etc..... The behavior I...

Part and Inventory Search

Back
Top