On Monday 16 February 2009, Stephen Williams wrote: > Icarus Verilog provides an API for writing code generators. > This API is described by the ivl_target.h header file. There > are example code generators specifically intended to > demonstrate the API use: the tgt-null/ directory has a null > code generator, and the tgt-stub/ directory has a stub code > generator. The null code generator simply connects to the API > and does noting. The stub code generator scans the entire > design, displaying what it finds in human-readable form.
There's also a VHDL generator, done as a SoC project last year, and an old generator that makes flat Verilog. That might be closer. A lot of work is done, just change the syntax. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

