Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > common dataflow tree for verilog and vhdl

Reply
Thread Tools

common dataflow tree for verilog and vhdl

 
 
Nikhil Patil
Guest
Posts: n/a
 
      06-04-2006
Hi,

I am trying to write a tool that shall process synthesizable HDL. I
wish to do this in a way such that I can support both Verilog and VHDL
without too much extra effort. (I don't really care about the
simulation specific syntactic structures of the languages, the
synthesizable subset is good enough.)

Does anybody know of any good open-source parsers for verilog and vhdl
that produce a common dataflow tree, that I might use as my starting
point?

Thanks.
Nikhil

 
Reply With Quote
 
 
 
 
Ajeetha
Guest
Posts: n/a
 
      06-04-2006
Nikhil,
I'm not EDA tool developer so am not sure of a common data model,
however Icarus Verilog has a synthesis engine and is open source. See
www.icarus.com/iverilog. GHDL is a GNU VHDL compiler/simulator, open
source. CVER is another popular open source Verilog simulator.

HTH
Ajeetha, CVC
www.noveldv.com
Nikhil Patil wrote:
> Hi,
>
> I am trying to write a tool that shall process synthesizable HDL. I
> wish to do this in a way such that I can support both Verilog and VHDL
> without too much extra effort. (I don't really care about the
> simulation specific syntactic structures of the languages, the
> synthesizable subset is good enough.)
>
> Does anybody know of any good open-source parsers for verilog and vhdl
> that produce a common dataflow tree, that I might use as my starting
> point?
>
> Thanks.
> Nikhil


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dataflow programming in Python Anh Hai Trinh Python 2 09-12-2009 12:30 PM
Common Testbench for both VHDL/Verilog designs pap74 VHDL 0 03-17-2008 07:22 PM
Simulation : Extracting dataflow to create a file Closter VHDL 0 05-03-2007 02:12 PM
Looking for a VHDL or Verilog RAM Model that modles Common RAM Faults Robert Posey VHDL 0 11-26-2003 07:50 PM
B tree, B+ tree and B* tree Stub C Programming 3 11-12-2003 01:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57