checkpoint
[sbp.git] / tests / connections.xml
diff --git a/tests/connections.xml b/tests/connections.xml
new file mode 100644 (file)
index 0000000..11e601d
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!DOCTYPE model SYSTEM 'ArchSimModel.dtd'>
+ <model name='Assignment 1'>
+  <component name="Source" type="PayloadSource"/>
+  <component name="Sink" type="PayloadSink"/>
+  <component name="FifoOne" type="FifoElement"/>
+  <connection name='FifoOne.In'>
+    <from component="Source" terminal="Out"/>
+    <to   component="FifoOne" terminal="In"/>
+  </connection>
+  <connection name='FifoOne.Out'>
+    <from component="FifoOne" terminal="Out"/>
+    <to   component="Sink" terminal="In"/>
+  </connection>
+ </model>
+