summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/parser.c b/parser.c
index 19610b9..a34744a 100644
--- a/parser.c
+++ b/parser.c
@@ -187,6 +187,15 @@ int main(void) {
}
gate_dump();
+ gate_set_input("a", LOGIC_LOW);
+ gate_set_input("b", LOGIC_LOW);
+
+ gate_update();
+
+ gate_dump();
+
+
+
return 0;
}