FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > Verilog

Verilog comp.lang.verilog newsgroup / usenet

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-18-2009, 01:32 AM
teacupfull business
Guest
 
Posts: n/a
Default verilog-xl can dump vcd, but ncverilog can not dump vcd

For a test bench, verilog-xl can dump vcd, but ncverilog can not
dump.
I kind of suspect my ncverilog setting has problem. But can't figure
out.
Any guesses on this?
Reply With Quote
  #2 (permalink)  
Old 12-18-2009, 04:21 PM
Chris Briggs
Guest
 
Posts: n/a
Default Re: verilog-xl can dump vcd, but ncverilog can not dump vcd

Pull up the docs, go to NC-Verilog Simulator Help, then read the
section on Enabling Read, Write, or Connectivity Access to Simulation
Objects. Enabling read access should be sufficient.

-cb
Reply With Quote
  #3 (permalink)  
Old 12-18-2009, 06:13 PM
hairyotter
Guest
 
Posts: n/a
Default Re: verilog-xl can dump vcd, but ncverilog can not dump vcd

ncelab -access +r

Or, for more complete debug:
ncelab -access +rwc

On Dec 17, 6:32*pm, teacupfull business
<teacupfull.busin...@gmail.com> wrote:
> For a test bench, verilog-xl can dump vcd, but ncverilog can not
> dump.
> I kind of suspect my ncverilog setting has problem. But can't figure
> out.
> Any guesses on this?


Reply With Quote
  #4 (permalink)  
Old 12-18-2009, 07:29 PM
General Schvantzkoph
Guest
 
Posts: n/a
Default Re: verilog-xl can dump vcd, but ncverilog can not dump vcd

On Thu, 17 Dec 2009 17:32:56 -0800, teacupfull business wrote:

> For a test bench, verilog-xl can dump vcd, but ncverilog can not dump.
> I kind of suspect my ncverilog setting has problem. But can't figure
> out.
> Any guesses on this?


Sure it can. If you have NC you want to use the .trn format which is much
more efficient then vcd, use the recordvars task for .trn

$recordfile("sys_lp","compress");
$recordvars(sys_lp);

If you need to use vcd then it uses the standard Verilog dumpvars.

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for - value change dump - format Schüle Daniel Verilog 5 10-24-2006 12:13 AM
NCSIM *.fsdb dump vs *.shm dump eda_employee Verilog 0 11-06-2005 05:27 PM
how to use fsdb dump Karthikeyan Subramaniyam Verilog 1 10-01-2005 09:46 AM
Value Change Dump Viewer Uwe Bonnes Verilog 9 07-16-2005 12:53 AM
Dump memory chc DSP 2 05-10-2004 11:02 AM


All times are GMT +1. The time now is 04:08 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved