gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] verilog-a(ms) roadmap?


From: al davis
Subject: Re: [Gnucap-devel] verilog-a(ms) roadmap?
Date: Wed, 6 Jun 2007 12:00:10 -0400
User-agent: KMail/1.9.5

On Tuesday 05 June 2007 12:50, jeff_p wrote:
> Since you are now working on language plug-ins for Gnucap, does that
> mean that the rest of the code will be (is?) language-independent? 

Will be.

> Is 
> there a plug-in interface class or set of classes that I would be
> able to view in the 3/29 development release?

Not for the languages, but you can get an idea from the devices, 
functions, and commands.  All of them are already pluggable.  The 
mechanism is the same.

The plugins are ".so" or ".dll" files (or equivalent).

The "dispatcher" manages them.

There is a base class for each type of plugin.

The actual code is in a derived class and accessed through virtual 
functions.

You can put as much as you want in a plugin, including a collection of 
all types.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]