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 09-30-2005, 11:56 AM
Karthikeyan Subramaniyam
Guest
 
Posts: n/a
Default how to use fsdb dump

Hi

I have Verilog top mixed design. I want to dump "VHDL variables" in
the fsdb file (debussy).
Can any one suggest me, how to do this?
Note: $fsdbdumpvars is for pure verilog desings, right?

Thanks
--
Karthikeyan Subramaniyam,
Design Verification Engineer,
TooMuch Semiconductor Solutions Pvt. Ltd.
www.toomuchsemi.com
A Bangalore based startup specialising on services in EDA & Verification.
Reply With Quote
  #2 (permalink)  
Old 10-01-2005, 10:46 AM
Ajeetha
Guest
 
Posts: n/a
Default Re: how to use fsdb dump

Karthik,
Look at Debussy's documentation for xact details. Here is what
I found via a quick google search:

http://support.aldec.com/KnowledgeBa...spx?aid=000344

FSDB_DUMP: process
begin
fsdbDumpfile("simdata.fsdb");
fsdbDumpvars(0, "");
wait;
end process;

> Note: $fsdbdumpvars is for pure verilog desings, right?


AFAIK, any "$" call is PLI, hence works in Verilog, some tools might
extend it to mixed designs - for instance $vcdpluson in VCS-MX works
for both VHDL & Verilog.

A good reference (via google) is:
http://www2.cic.org.tw/training/trai...ebussy0407.pdf

I got the following:

Approach 1 : fsdbDumpVariable FLI
Dump to FSDB file directly
Need to specify the variables separately
The naming rules of variables are different between
different simulators (ModelSim and NC-VHDL)
Ex: fsdbDumpVariable /system/line__85/flag

HTH
Ajeetha
www.noveldv.com

Karthikeyan Subramaniyam wrote:
> Hi
>
> I have Verilog top mixed design. I want to dump "VHDL variables" in
> the fsdb file (debussy).
> Can any one suggest me, how to do this?
> Note: $fsdbdumpvars is for pure verilog desings, right?
>
> Thanks
> --
> Karthikeyan Subramaniyam,
> Design Verification Engineer,
> TooMuch Semiconductor Solutions Pvt. Ltd.
> www.toomuchsemi.com
> A Bangalore based startup specialising on services in EDA & Verification.


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
Value Change Dump Viewer Uwe Bonnes Verilog 9 07-16-2005 01:53 AM
Viewing Dump File(.vcd file) pgh Verilog 2 10-27-2004 09:59 AM


All times are GMT +1. The time now is 03:07 AM.


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