摘要: 4-16译码器学习记录 模块文件 1 module decoder_4_16( 2 a, 3 b, 4 c, 5 d, 6 out, 7 ); 8 input a; 9 input b; 10 input c; 11 input d; 12 output reg [15:0]out;//同时定义了o 阅读全文
posted @ 2022-05-09 16:11 little_breeze 阅读(632) 评论(0) 推荐(0)