language plugin help
John Griessen <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/27/2012 05:27 PM, Felix Salfelder wrote: > On Tue, Mar 27, 2012 at 11:35:20AM -0400, al davis wrote: >> change the file list without needing to rerun configure. > > a rule similar to > Makefile: Makefile.am > path/to/the/right/config.status > > will do the trick. nevertheless this is not a recommendation, as I > have not checked it for potential side effects. > >> This is not the final list. There are problems with the build, >> so it is not "released". >> >> There are issues with some files... >> include/s_tr.h ... is not supposed to be available for plugins >> include/d_*.h ... incomplete work. >> include/d_logic.h, include/e_node.h ... disorganized code to >> support the Verilog "connectmodule". > > anyway i'm looking forward to a next release... I'm wanting to make translation from gschem netlists work as a simulatable verilog-a netlist for gnucap. I'm new to C++, have done some C programs. Should I just wait some more until this dust settles, or is it OK to bug you with C++ newbie questions about how to understand gnucap language plugins? My goals could support Savant's "A plugin to translate a schematic file into a netlist preserving the placement of components in form of comments which can be parsed and re-translated into the original schematic". and might be necessary for his plan to work, since when I've tried using verilog-a gnetlist output with gnucap in the past, I only got partial functioning. John