题解 | #256选1选择器#

256选1选择器

https://www.nowcoder.com/practice/a0b6ee521e534826b44fbf5e24cd4aa0

`timescale 1ns/1ns

module top_module (
	input [255:0] in,
	input [7:0] sel,
	output  wire out
);
// integer i;
// always @(*)
// begin 
// 	for (i=0;i<=255;i=i+1)
// 	begin
// 		case(sel)
// 		i:out=in[i];
// 		endcase
//     end
// end

assign out = in[sel];


endmodule

全部评论

相关推荐

OfferNotFoundException:怎么变成牛客笔试了,前一个月的在showbug笔试给服务器压崩了怕丢人了
投递挚文集团等公司10个岗位
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务