summaryrefslogtreecommitdiff
path: root/sched/test/clock_div_sch.net
diff options
context:
space:
mode:
Diffstat (limited to 'sched/test/clock_div_sch.net')
-rw-r--r--sched/test/clock_div_sch.net9
1 files changed, 9 insertions, 0 deletions
diff --git a/sched/test/clock_div_sch.net b/sched/test/clock_div_sch.net
new file mode 100644
index 0000000..0ae5cd9
--- /dev/null
+++ b/sched/test/clock_div_sch.net
@@ -0,0 +1,9 @@
+INPUT
+OUTPUT o
+VAR
+ _l_2, c, o
+IN
+_l_2 = REG o
+o = REG c
+c = NOT _l_2
+