verilog 双向IO实现
摘要:网上搜索了一番,示例挺多,但发现都写的是 input in; output out;然后 assign io= (oe)?out:1'bz;就有点想不明白了,当IO方向为输出时,应该输出out的值,那么针对这个IO模块,out应该是input才对。而in应该是ouput的。尝试写了段代码module...
阅读全文
posted @ 2014-09-01 00:27
posted @ 2014-09-01 00:27
posted @ 2014-07-13 00:04
posted @ 2014-07-12 21:15
Powered by:
博客园
Copyright © 2025 aozima
Powered by .NET 9.0 on Kubernetes
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 29 | |||
30 | 31 | 1 | 2 | 3 | 4 | 5 |
大神 !