![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |