Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-11-14 Thread Martin Strubel
On 11/04/2016 01:34 PM, why...@f-cpu.org wrote: Le 2016-11-04 10:59, Martin Strubel a écrit : On the other side there's a lot of possibilities for fun stuff, like creating SVG images from the XML using built-in browser XSL abilities. That's the best-looking idea of today ! I want that :-)

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-24 Thread Martin Strubel
Hi Tristan, thanks for the snippet. Played around a bit with XSL and got some usable output just for dumping purposes. Reality will be far more complex though... 4) I was wondering, if it was actually possible to hack an .XSL to extract register assignments as the above, or if a more complex

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-17 Thread whygee
Le 2016-10-17 20:59, Tristan Gingold a écrit : On 17/10/16 12:54, why...@f-cpu.org wrote: I didn't know it would be so easy, however I am wondering : the AST describes the circuit but what about the elaboration ? The XML represents the VHDL file after analysis. Then I suppose that the

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-17 Thread Tristan Gingold
On 17/10/16 12:54, why...@f-cpu.org wrote: Le 2016-10-17 12:37, Salvador Eduardo Tropea a écrit : El 15/10/16 a las 03:21, Tristan Gingold escribió: I have just added a new command to dump the AST tree in XML: ghdl --file-to-xml FILEs Thanks! Thanks from me too ! I didn't know it would be

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-17 Thread Tristan Gingold
On 17/10/16 11:29, Martin Strubel wrote: Hi Tristan, Comments and suggestions are welcome. 1) Cool stuff! That might come in very handy for Co-Simulation and other code analysis 2) Could you post a simple example XML output of a FF/register assignment (only if you have the nerve for it, of

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-17 Thread whygee
Le 2016-10-17 12:37, Salvador Eduardo Tropea a écrit : El 15/10/16 a las 03:21, Tristan Gingold escribió: I have just added a new command to dump the AST tree in XML: ghdl --file-to-xml FILEs Thanks! Thanks from me too ! I didn't know it would be so easy, however I am wondering : the AST

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-17 Thread Salvador Eduardo Tropea
El 15/10/16 a las 03:21, Tristan Gingold escribió: I have just added a new command to dump the AST tree in XML: ghdl --file-to-xml FILEs Thanks! Regards, Salvador -- Ing. Salvador Eduardo Tropea http://utic.inti.gob.ar/ INTI - Micro y Nanoelectrónica (CMNB) http://www.inti.gob.ar/

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-15 Thread Patrick Lehmann
ree.fr> Datum:15.10.2016 11:49 (GMT+01:00) An: ghdl-discuss@gna.org Betreff: Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump On 15/10/16 11:07, Patrick Lehmann wrote: > Hello Tristan, > > I have seen many bad structured XML formats in my life, but GHDL's > output looks VERY GOOD!

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-15 Thread Tristan Gingold
On 15/10/16 11:07, Patrick Lehmann wrote: Hello Tristan, I have seen many bad structured XML formats in my life, but GHDL's output looks VERY GOOD! Especially that you use XML attributes and ids. It is written by hand and not very complex. Nodes have id, lists have list-id. This is not very

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-15 Thread Patrick Lehmann
Von: Tristan Gingold <tging...@free.fr> Datum:15.10.2016 08:22 (GMT+01:00) An: ghdl-discuss@gna.org Betreff: Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump Hello, I have just added a new command to dump the AST tree in XML: ghdl --file-to-xml FILEs The output can be very

Re: [Ghdl-discuss] Synthesis for FPGAs / XML dump

2016-10-15 Thread Tristan Gingold
Hello, I have just added a new command to dump the AST tree in XML: ghdl --file-to-xml FILEs The output can be very large (XML is not compact, and even std.standard is not small). See iirs.ads for documentation of the fields. Enjoy (or not). Comments and suggestions are welcome. Tristan.