Re: gnucap patches and article
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 14 Oct 2002, Telford Tendys wrote: > Another project I would like to work on is foreign models in gnucap. > > Initially my target would be digital-only foreign models which would be > implemented using dlopen() style interface. This works well on linux, > it is supposed to also work on Solaris, I'm not sure about other systems. > My plan is to build a small kit that allows construction of a shared > object library, along with some simple examples. The shared object would > contain all the logic statements to simulate the digital circuit. > Building complex stuff out of NAND gates is really painful and if you > can just write your logic in C it allows a far greater complexity of > digital circuit to be simulated with relative ease. what would the effort be to make this work with verilog, http://icarus.com/eda/verilog/index.html is a nice one that is GPL, instead of C? -Dan