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.

About verilogA simulation

Status
Not open for further replies.

DZC

Full Member level 2
Joined
Sep 12, 2006
Messages
149
Helped
13
Reputation
26
Reaction score
5
Trophy points
1,298
Activity points
2,122
Hi,
I create a simple VerilogA model and use it within a transistor level circuit(a simple Inverter),but I found when I add the VerilogA module the simulation process become incredibly slow,and there are some warnnings too.
Anybody having encountered such problem?
Thanks for your reply.
 

perhaps you need a transition filter on your output

V(out) <+ transition( V(x),tdelay, trisefall)

You may also be using an if condition which would slow it down
 

u should properly set ur rising/f and cross tolerance time.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top