summaryrefslogtreecommitdiff
path: root/i8288.v
diff options
context:
space:
mode:
authorPaul Harrison <[email protected]>2026-06-15 12:43:46 -0700
committerPaul Harrison <[email protected]>2026-06-15 12:43:46 -0700
commitd36312347320006b4fdf096df3283223dbd4a302 (patch)
tree7544853a0e5e65fc8d939db9ebb8257237425a02 /i8288.v
some modelsmain
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