Re: a C++ vhdl translator using ANTLR
Posted By:
Terence_Parr
Posted On:
Thursday, March 22, 2001 06:13 PM
Sure...though C++ (and VHDL for that matter) are very difficult to parse. ANTLR was specifically designed for source to source translation, but any tool will have trouble making C++ translation easy ;)