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 9685141..34e1895 100644
--- a/Node.h
+++ b/Node.h
@@ -23,6 +23,8 @@ public:
virtual void setOutput(Net *);
//! validate and simulate
virtual void sim();
+
+public:
//! logical implementation of the node/gate
virtual SignalLevel level() = 0;