summaryrefslogtreecommitdiff
path: root/i8288.v
diff options
context:
space:
mode:
Diffstat (limited to 'i8288.v')
-rw-r--r--i8288.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/i8288.v b/i8288.v
new file mode 100644
index 0000000..83a5247
--- /dev/null
+++ b/i8288.v
@@ -0,0 +1,7 @@
+module i8288
+ (input IOB,
+ input CLK,
+ input nS1);
+
+
+endmodule; // i8288