From d36312347320006b4fdf096df3283223dbd4a302 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Mon, 15 Jun 2026 12:43:46 -0700 Subject: some models --- i8288.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 i8288.v (limited to 'i8288.v') 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 -- cgit v1.2.3