Discussion:
Automatic Schematic Generation (System Graph) and Viewer
(too old to reply)
Alfonso Acosta
2007-07-19 04:17:41 UTC
Permalink
Hi all,

I'm developing a System Description Language (which could be used as
an HDL in particular) called ForSyDe: http://www.ict.kth.se/info/FOFU/ForSyDe/

I'm planning to add a backend to my compiler wich generates a
graphical representation of the system.

To my surprise, I havent found any tool which generates a schematic or
system graph given a HDL model. Does anyone know any of them?

Does any one know about a specific, open file format for schematics?
My best options so far are GXL (http://www.gupro.de/GXL/) and GraphML
(http://graphml.graphdrawing.org/) but I coudn't find any free viewer
with automatic routing support.

Any help would be appreciated. Thanks in advance,

Alfonso Acosta
Clunixchit
2007-07-23 11:32:44 UTC
Permalink
Post by Alfonso Acosta
To my surprise, I havent found any tool which generates a schematic or
system graph given a HDL model. Does anyone know any of them?
Try the Alliance VLSI CAD, it is free and open source.

http://www-asim.lip6.fr/recherche/alliance/

One of its tools, boog can take a HDL model and generates a schematic
which can be read with its xsch schematic viewer.

PS: try it under a redhat or fedora based distribution or its clones.
On a debian based distro, I had problems in installing alliance to be
used with other commercial products.

Chitlesh
krw
2007-07-23 13:06:37 UTC
Permalink
Post by Alfonso Acosta
Hi all,
I'm developing a System Description Language (which could be used as
an HDL in particular) called ForSyDe: http://www.ict.kth.se/info/FOFU/ForSyDe/
I'm planning to add a backend to my compiler wich generates a
graphical representation of the system.
To my surprise, I havent found any tool which generates a schematic or
system graph given a HDL model. Does anyone know any of them?
Synplify Pro does (with HDL Analyst). It also generates bubble
charts (something you might think about doing also).

<snip>
--
Keith
Shannon
2007-07-23 14:59:22 UTC
Permalink
Post by krw
Post by Alfonso Acosta
Hi all,
I'm developing a System Description Language (which could be used as
an HDL in particular) called ForSyDe:http://www.ict.kth.se/info/FOFU/ForSyDe/
I'm planning to add a backend to my compiler wich generates a
graphical representation of the system.
To my surprise, I havent found any tool which generates a schematic or
system graph given a HDL model. Does anyone know any of them?
Synplify Pro does (with HDL Analyst). It also generates bubble
charts (something you might think about doing also).
<snip>
--
Keith
Quartus II also has an RTL view and state-machine bubble viewer.
ModelSim does as well. In fact, do any of the major tools NOT have a
schematic viewer?

Shannon

Loading...