![]() |
|
|
|
#1 |
|
Please mention a tool that can accepts VHDL code and converts it into
a circuit schematic(preferably at the register transfer level or gate level). Does ORCAD have such an option? khansa |
|
|
|
|
#2 |
|
Posts: n/a
|
On 6 Apr 2005 08:39:19 -0700, (khansa) wrote:
>Please mention a tool that can accepts VHDL code and converts it into >a circuit schematic(preferably at the register transfer level or gate >level). Does ORCAD have such an option? Any decent VHDL synthesis tool (Design Compiler from Synopsys, Leonardo Spectrum or Precision Synthesis from Mentor, Synplify from Synplicity, etc etc) will do this. Don't expect it to be free though. Altera Quartus and Xilinx XST are synthesis tools from the device vendors that can be obtained free, at least in some configurations. I'm not sure whether they offer schematic viewers in the free versions, but they can definitely create netlist outputs. -- Jonathan Bromley, Consultant DOULOS - Developing Design Know-how VHDL, Verilog, SystemC, Perl, Tcl/Tk, Verification, Project Services Doulos Ltd. Church Hatch, 22 Market Place, Ringwood, BH24 1AW, UK Tel: +44 (0)1425 471223 mail: Fax: +44 (0)1425 471573 Web: http://www.doulos.com The contents of this message may contain personal views which are not the views of Doulos Ltd., unless specifically stated. Jonathan Bromley |
|
|
|
#3 |
|
Posts: n/a
|
Hi Khansa,
Mentor Graphics HDL designer has a code-to-graphics option (good for looking at the hierarchy), for gate level most synthesis tools (Synplify/Precision/Spectrum) have a RTL/Gatelevel schematic viewer. I am not sure about Orcad though, Hans. www.ht-lab.com "khansa" <> wrote in message news: m... | Please mention a tool that can accepts VHDL code and converts it into | a circuit schematic(preferably at the register transfer level or gate | level). Does ORCAD have such an option? Hans |
|
|
|
#4 |
|
Posts: n/a
|
khansa wrote:
> Please mention a tool that can accepts VHDL code and converts it into > a circuit schematic(preferably at the register transfer level or gate > level). Does ORCAD have such an option? Xilinx ISE Webpack, which can be downloaded from Xilinx website, offer such an option. It's called Schematic Viewer. It's not as good as the 40K dollars Synopsis or Synplicity tool, but it's free. Hendra Hendra |
|
|
|
#5 |
|
Posts: n/a
|
I assume what you are looking for is a tool that will take RTL and
create a schematic at the RTL level, or at the gate level with a netlist, without a synthesis step. If you synthesize it, it will look totally different then a RTL schematic of the same circuit. You can use the Undertow Suite source code debugging set of software to do this. This software is also a fraction of the cost of a synthesis tool, and is very easy to use. The Undertow Suite will display a schematic of Verilog, VHDL, mixed Verilog and VHDL and SystemVerilog. You can download this software from www.veritools.com, and get a no cost license at . Robert Schopmeyer/Veritools, Inc. khansa wrote: > Please mention a tool that can accepts VHDL code and converts it into > a circuit schematic(preferably at the register transfer level or gate > level). Does ORCAD have such an option? Robert |
|
|
|
#6 |
|
Posts: n/a
|
khansa wrote:
> Please mention a tool that can accepts VHDL code and converts it into > a circuit schematic(preferably at the register transfer level or gate > level). Does ORCAD have such an option? Aldec's Active-HDL has a Code2Graphics converter that works quite well with VHDL and Verilog. It generates either block diagrams for structure and finite state machine bubble diagrams for certain code templates. It can convert to a block diagram virtually anything since it allows for behavioral (concurrent assignments and processes) blocks in the document... EG Engineering Guy |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error: expected constructor, destructor or type conversion before '(' token | suse | Software | 0 | 03-09-2009 03:25 AM |
| 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 |
| Help on auto conversion from Matlab to vhdl on filter design | hardheart | Hardware | 0 | 12-07-2007 09:19 AM |
| ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL | freitass | Hardware | 0 | 11-01-2007 03:44 PM |
| Conversion tool:Flash2Video | hely0123 | Software | 0 | 11-01-2007 03:30 AM |