aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Node.h b/Node.h
index f2eb497..bb41b26 100644
--- a/Node.h
+++ b/Node.h
@@ -21,7 +21,9 @@ public:
void update();
virtual void addInput(Net *);
virtual void setOutput(Net *);
+ //! validate and simulate
virtual void sim();
+ //! logical implementation of the node/gate
virtual SignalLevel level() = 0;
protected: