题解 | #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

全部评论

相关推荐

勇敢的联想人前程似锦:如果我是你,身体素质好我会去参军,然后走士兵计划考研211只需要200多分。
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务