<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Parsing VHDL is [very] hard</title>
	<atom:link href="http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/</link>
	<description>Eli Bendersky's personal website</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:22:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/comment-page-1/#comment-211847</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Fri, 02 Oct 2009 06:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1696#comment-211847</guid>
		<description>pedro, I don&#039;t believe ANTLR is a silver bullet for VHDL parsing. First you have to plan how to address the cross-file context sensitivities I pointed to in the post, and perhaps others I haven&#039;t run into yet.</description>
		<content:encoded><![CDATA[<p>pedro, I don&#8217;t believe ANTLR is a silver bullet for VHDL parsing. First you have to plan how to address the cross-file context sensitivities I pointed to in the post, and perhaps others I haven&#8217;t run into yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/comment-page-1/#comment-211492</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1696#comment-211492</guid>
		<description>Eli,

I&#039;m looking for a tool to convert structural vhdl into a netlist file for printed circuit design. Currently standard practice is still to use graphical schematic editors for doing this but I want to bring this task into the 21st century and use text based entry.

I am willing to do some work to achieve this but I was hoping antlr would get me part way there. Do you still believe antllr is not a worthwhile approach?

  Pedro</description>
		<content:encoded><![CDATA[<p>Eli,</p>
<p>I&#8217;m looking for a tool to convert structural vhdl into a netlist file for printed circuit design. Currently standard practice is still to use graphical schematic editors for doing this but I want to bring this task into the 21st century and use text based entry.</p>
<p>I am willing to do some work to achieve this but I was hoping antlr would get me part way there. Do you still believe antllr is not a worthwhile approach?</p>
<p>  Pedro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/comment-page-1/#comment-186956</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1696#comment-186956</guid>
		<description>ANTLR won&#039;t help here - the problems are different. There&#039;s too much context sensitivity and inter-dependency between files. For pure parsing power PLY is sufficient here.</description>
		<content:encoded><![CDATA[<p>ANTLR won&#8217;t help here &#8211; the problems are different. There&#8217;s too much context sensitivity and inter-dependency between files. For pure parsing power PLY is sufficient here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claude BIDEAU</title>
		<link>http://eli.thegreenplace.net/2009/05/19/parsing-vhdl-is-very-hard/comment-page-1/#comment-186939</link>
		<dc:creator>Claude BIDEAU</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1696#comment-186939</guid>
		<description>Have you check the possibility to realize a VHDL Parser with tools as ANTLR
http://antlr.org/ which is possible to interface with python?

ps :As you, I&#039;m very interested to parse VHDL for code analyze.
I&#039;m looking up into your PYCPARSER to known your &quot;lex/yacc&quot; schematic before to see your blog and your interest for the VHDL.

BR</description>
		<content:encoded><![CDATA[<p>Have you check the possibility to realize a VHDL Parser with tools as ANTLR<br />
<a href="http://antlr.org/" rel="nofollow">http://antlr.org/</a> which is possible to interface with python?</p>
<p>ps :As you, I&#8217;m very interested to parse VHDL for code analyze.<br />
I&#8217;m looking up into your PYCPARSER to known your &#8220;lex/yacc&#8221; schematic before to see your blog and your interest for the VHDL.</p>
<p>BR</p>
]]></content:encoded>
	</item>
</channel>
</rss>
