diff options
author | H. Peter Anvin <hpa@zytor.com> | 2003-09-12 22:14:22 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2003-09-12 22:14:22 +0000 |
commit | b946bfa522917f7c7d3f525ce70a1e7ea0cfafc0 (patch) | |
tree | da6b9ed8433bf6330e4fc1eba1697e8de7ff667f /t80pio | |
parent | 3f5f40fd8cef4947f87d97c071638639ce3096e1 (diff) | |
download | abc80-b946bfa522917f7c7d3f525ce70a1e7ea0cfafc0.tar.gz abc80-b946bfa522917f7c7d3f525ce70a1e7ea0cfafc0.tar.xz abc80-b946bfa522917f7c7d3f525ce70a1e7ea0cfafc0.zip |
Ao is output, not input
Diffstat (limited to 't80pio')
-rw-r--r-- | t80pio/t80pio.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t80pio/t80pio.v b/t80pio/t80pio.v index 9161286..db5a4cd 100644 --- a/t80pio/t80pio.v +++ b/t80pio/t80pio.v @@ -36,7 +36,7 @@ module T80PIO ( input IEO; input INT_n; input [7:0] Ai; - input [7:0] Ao; + output [7:0] Ao; input ASTB_n; output ARDY; input BSTB_n; |