四选一多路选择器
程序员文章站
2022-04-30 11:35:22
...
module cy4(out,i0,i1,i2,i3,s1,s0);
output out;
input i0,i1,i2,i3;
input s1,s0;
reg out;
always @(s1 or s0 or i0 or i1 or i2 or i3)
begin
case({s1,s0})
2'b00: out = i0;
2'b01: out = i1;
2'b10: out = i2;
2'b11: out = i3;
default: out = 1'bx;
endcase
end
endmodule
下一篇: 声音传感器
推荐阅读
-
“第一岳父”独孤信:一门四皇后选婿眼光精准到位!
-
一图看懂:四款小米电视大师怎么选?9999-49999元
-
599元上佳之选!IKBC DC 87机械键盘开卖:蓝牙双模一接四
-
css选择器与权重问题-----------一、四种基本选择器
-
antd(vue)日期选择器日期控制问题--范围时间选不到最后一天
-
一图看懂:四款小米电视大师怎么选?9999-49999元
-
CSS_css选择器,选择所有子元素、最后一个、第一个、单数、双数、第n个、反选,nth-child,last-child,first-child
-
四选一多路选择器
-
“第一岳父”独孤信:一门四皇后选婿眼光精准到位!
-
599元上佳之选!IKBC DC 87机械键盘开卖:蓝牙双模一接四