摘要:
注意前后消抖 module module_button(CLK,RSTn,Pin_In,LED_Out);input CLK;input RSTn;input [1:0]Pin_In;output [9:0]LED_Out;/*************************/wire [1:0]H 阅读全文
posted @ 2016-10-04 10:34
peng_blog
阅读(343)
评论(1)
推荐(0)
摘要:
~按位或 !逻辑取反 0和1 ^异或 相同为0 不同为1 (按位异或) 阅读全文
posted @ 2016-10-04 09:52
peng_blog
阅读(104)
评论(0)
推荐(0)