Re: Any Compiler tools support this ?

Claudiu Zissulescu <czi@chess.nl>
Mon, 26 May 2008 09:42:48 +0200

          From comp.compilers

Related articles
Any Compiler tools support this ? milla.sun@gmail.com (2008-05-25)
Re: Any Compiler tools support this ? czi@chess.nl (Claudiu Zissulescu) (2008-05-26)
| List of all articles for this month |

From: Claudiu Zissulescu <czi@chess.nl>
Newsgroups: comp.compilers
Date: Mon, 26 May 2008 09:42:48 +0200
Organization: Compilers Central
References: 08-05-087
Keywords: tools, analysis
Posted-Date: 27 May 2008 15:25:31 EDT

Hi,


You can use Daedalus tool chain to generate KPNs from nested for-loops
programs. The tool that actually converts nested for-loops to KPN is
called KPNgen. You should find everything here:


http://daedalus.liacs.nl/Site/Daedalus%20home.html


Best,
Claudiu Zissulescu


milla.sun@gmail.com wrote:
> Are there any compiler tools that can translate C source code to the
> Kahn Process Network Model ?
>
> I see that Compaan provides this function
> http://www.compaandesign.com/index.php?option=com_content&task=view&id=3&Itemid=4
>
> Any opensource tool or others support this? Or any other tools offer
> the following service: translate c/matlab program to one of the
> MOCs(model of computation),Dataflow Networks model?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.