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.

VCS error as simulation is not progressing

Status
Not open for further replies.

er_sonal

Newbie level 4
Joined
Apr 15, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,346
verilog

Can anyone tell me the reason if my simulation does not progress,
my tool is VCS. I tried to change timscale but then also my simulation is not
progressing ,i.e.,( suppose i am designing a counter to count 300*10*6 counts,
but simulation gets stopped in between ) .

Thanks and Regards
 

Re: verilog

You can specify your simulation time $finish, in your test bench.
specify it as $finish 9000; Which would run for 9000 counts...
 

verilog

you should check there are $finish and $stop in your design or not
 

verilog

actually, i believe it should be #9000 $finish.
 

Re: verilog

Can you post ur code here so that we can try reproduce the problem at our end!!!
 

verilog

did u make sure that the same timescale is used in ur testbench and ur RTL file ?
 

Re: verilog

Ya timescale was there in my code.
It was 1ns/1ps
 

verilog

probably coz, u want to count 18000 times and ur simulation time is a lot less than that. i.e. half of ur total count.
 

Re: verilog

er_sonal said:
Can anyone tell me the reason if my simulation does not progress,
my tool is VCS. I tried to change timscale but then also my simulation is not
progressing ,i.e.,( suppose i am designing a counter to count 300*10*6 counts,
but simulation gets stopped in between ) .

Thanks and Regards
Do you mean it hangs or stops and comes out? If it hangs, may be you have a combinatiorial loop? Try debugging through VCS's UCLi command line.

Ajeetha, CVC
www.noveldv.com
New Book: A Pragmatic Approach to VMM Adoption 2006 ISBN 0-9705394-9-5
https://www.systemverilog.us/
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top