Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - VHDL visualiser

 
Thread Tools Search this Thread
Old 08-29-2006, 07:16 AM   #1
Default VHDL visualiser


Hi All,

I have found HDL analyst from Synplify to be very help full when
debugging or trying to understand a larger design. It is simple to
filter paths and so forth. I have glanced at ISE which has a similar
viewer but not as well developed as HDL Analyst (my opinion). ModelSim
has a viewer as well but rather bulky.

Does there exist any other vhdl viewer which I have missed?

Regards,
R N



Rick North
  Reply With Quote
Old 08-29-2006, 04:17 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: VHDL visualiser
Rick North wrote:

I like the Quartus RTL viewer
because I can open it without a full
compile and it does a good job
collecting buses, muxes and
sequential blocks.


-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 08-30-2006, 06:58 AM   #3
Rick North
 
Posts: n/a
Default Re: VHDL visualiser
I will try it, one draw back which is rather ugly with HDL Analyst is
that it does not handle records well. It simply states the name of the
record with the number of signals listed from 0 to 240 for example. So
the record elements names are not preserved.

type My_Record_Type is
record
answer : unsigned(7 downto 0);
status : unsigned(2 downto 0);
last_post : unsigned(3 downto 0);
index : unsigned(1 downto 0);
strobe : bit;
end record;

would look like my_record(17 downto 0) stripped from the names inside.
Even more horrible if one has several records with in one record.


Mike Treseler skrev:

> Rick North wrote:
>
> I like the Quartus RTL viewer
> because I can open it without a full
> compile and it does a good job
> collecting buses, muxes and
> sequential blocks.
>
>
> -- Mike Treseler




Rick North
  Reply With Quote
Old 08-30-2006, 11:18 AM   #4
chriskoh
 
Posts: n/a
Default Re: VHDL visualiser
Hi Rick,
If you are just looking for a visual schematic, the best tool i have
known so far is debussy from novas. very cool tool. do try it.

Chris

Rick North wrote:
> Hi All,
>
> I have found HDL analyst from Synplify to be very help full when
> debugging or trying to understand a larger design. It is simple to
> filter paths and so forth. I have glanced at ISE which has a similar
> viewer but not as well developed as HDL Analyst (my opinion). ModelSim
> has a viewer as well but rather bulky.
>
> Does there exist any other vhdl viewer which I have missed?
>
> Regards,
> R N




chriskoh
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute an external software from VHDL? And how to interface VHDL with JAVA? becool_nikks Software 0 03-06-2009 07:08 PM
Vending machine using VHDL arie General Help Related Topics 0 03-05-2009 05:45 AM
Help on auto conversion from Matlab to vhdl on filter design hardheart Hardware 0 12-07-2007 09:19 AM
VHDL RAM help!:) lastval Hardware 0 11-09-2007 01:40 PM
ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL freitass Hardware 0 11-01-2007 03:44 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46