Re: Parsing VHDL with python, where to start.

2008-07-29 Thread Henrique Dante de Almeida
On Jul 29, 11:23 pm, Henrique Dante de Almeida <[EMAIL PROTECTED]> wrote: > On Jul 28, 6:49 pm, Svenn Are Bjerkem <[EMAIL PROTECTED]> > wrote: > > > > > Hi again, > > > when I get far enough to parse the VHDL (which is not currently the > > fact, but I have to look at the work coming up downstream)

Re: Parsing VHDL with python, where to start.

2008-07-29 Thread Henrique Dante de Almeida
On Jul 28, 6:49 pm, Svenn Are Bjerkem <[EMAIL PROTECTED]> wrote: > Hi again, > > when I get far enough to parse the VHDL (which is not currently the > fact, but I have to look at the work coming up downstream) I will have > to put it into an internal data structure and then write some classes > to

Re: Parsing VHDL with python, where to start.

2008-07-29 Thread Paddy
On Jul 21, 12:09 pm, Svenn Are Bjerkem <[EMAIL PROTECTED]> wrote: > Hi, > I am in the need to write an application for PyQt to visualise the > structure of a VHDL project I am working on. Looking for a sensible > way to parse VHDL files and putting them into a data structure that > PyQt can represe

Re: Parsing VHDL with python, where to start.

2008-07-29 Thread Svenn Are Bjerkem
On Jul 29, 5:14 pm, Wolfgang Grafen <[EMAIL PROTECTED]> wrote: > For me it is not very clear what you intend to do. After years of > parsing parts of VHDL from time to time the rapid parsing way for me is > using regular expressions instead of one of the parser frame works > because of following r

Re: Parsing VHDL with python, where to start.

2008-07-29 Thread Wolfgang Grafen
Svenn Are Bjerkem schrieb: Hi again, when I get far enough to parse the VHDL (which is not currently the fact, but I have to look at the work coming up downstream) I will have to put it into an internal data structure and then write some classes to handle the MVC between whatever data I have and

Re: Parsing VHDL with python, where to start.

2008-07-28 Thread Svenn Are Bjerkem
Hi again, when I get far enough to parse the VHDL (which is not currently the fact, but I have to look at the work coming up downstream) I will have to put it into an internal data structure and then write some classes to handle the MVC between whatever data I have and the PyQt4 widget that is goi

Re: Parsing VHDL with python, where to start.

2008-07-23 Thread Svenn Are Bjerkem
On Jul 23, 1:03 pm, [EMAIL PROTECTED] (c d saunter) wrote: > How much of VHDL are you looking to parse? Are you just looking at files > intended for synthesis, or at simulation/testbench files as well? As a start I want to parse VHDL which is going to be synthesised, and I am limiting myself to t

Re: Parsing VHDL with python, where to start.

2008-07-23 Thread c d saunter
Svenn Are Bjerkem ([EMAIL PROTECTED]) wrote: : Hi, : I am in the need to write an application for PyQt to visualise the : structure of a VHDL project I am working on. Looking for a sensible : way to parse VHDL files and putting them into a data structure that : PyQt can represent as a tree (or what

Parsing VHDL with python, where to start.

2008-07-21 Thread Svenn Are Bjerkem
Hi, I am in the need to write an application for PyQt to visualise the structure of a VHDL project I am working on. Looking for a sensible way to parse VHDL files and putting them into a data structure that PyQt can represent as a tree (or whatever the MVC is supporting) through search engines does