From 2cc4027ab0a0ed774388f95106594b476ac0c825 Mon Sep 17 00:00:00 2001 From: Steve Corey Date: Tue, 3 Jul 2018 14:46:50 -0600 Subject: [PATCH] added tutorial files --- tutorial/example_arch.xml | 189 ++++++++++++++++++++++++++++++++++ tutorial/example_circuit.blif | 14 +++ 2 files changed, 203 insertions(+) create mode 100644 tutorial/example_arch.xml create mode 100644 tutorial/example_circuit.blif diff --git a/tutorial/example_arch.xml b/tutorial/example_arch.xml new file mode 100644 index 000000000..b49e051c1 --- /dev/null +++ b/tutorial/example_arch.xml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + io.outpad io.inpad io.clock + io.outpad io.inpad io.clock + io.outpad io.inpad io.clock + io.outpad io.inpad io.clock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2.253000e-10 + 2.253000e-10 + 2.253000e-10 + 2.253000e-10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tutorial/example_circuit.blif b/tutorial/example_circuit.blif new file mode 100644 index 000000000..dd11b4a6a --- /dev/null +++ b/tutorial/example_circuit.blif @@ -0,0 +1,14 @@ +.model top +.inputs pa pb pc +.outputs pd pe pf pg +.names pa pb pe +01 1 +10 1 +.names pa pb pc pf +001 1 +110 1 +.names pc pg +0 1 +.names pc pd +1 1 +.end