diff options
| author | Paul Harrison <[email protected]> | 2026-06-15 12:43:46 -0700 |
|---|---|---|
| committer | Paul Harrison <[email protected]> | 2026-06-15 12:43:46 -0700 |
| commit | d36312347320006b4fdf096df3283223dbd4a302 (patch) | |
| tree | 7544853a0e5e65fc8d939db9ebb8257237425a02 /i8288.v | |
some modelsmain
Diffstat (limited to 'i8288.v')
| -rw-r--r-- | i8288.v | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +module i8288 + (input IOB, + input CLK, + input nS1); + + +endmodule; // i8288 |
