simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] connecting pins


From: Michael Hennebry
Subject: [Simulavr-devel] connecting pins
Date: Mon, 7 Jul 2008 22:01:02 -0500 (CDT)

Suppose I am simulating two processors with simulavrxx.
I'll want to connect a pin on one processor to a pin on the other.
How do I do that?
I get the impression that I need Net,
but I don't know what to do with it.

Likewise, what do I need to connect
pins to custom simulated hardware?

In net.h, there is
class Net:
#ifndef SWIG
    public vector <Pin *>,
#endif
    public NetInterface
Does that mean that SWIG won't know about one of Net's base classes?
If so, I'm surprised it works.

-- 
Michael   address@hidden
"Those parts of the system that you can hit with a hammer (not advised)
are called Hardware;  those program instructions that you can only
curse at are called Software."





reply via email to

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