摘要:
3.2.1 ~3.2.2 略 3.2.3 9-to-1 Multiplexer 创建一个16位宽的9选1数据选择器。当sel=0时,选择a;当sel=1时,选择b,以此类推。对于没有用到的项(sel=9到15),所有输出位都设为“1” module top_module( input [15:0] 阅读全文
posted @ 2022-07-06 16:42
糖甜
阅读(111)
评论(0)
推荐(0)
摘要:
3.1.1~3.1.11 略 3.1.12 Combine circuits A and B module top_module (input x, input y, output z); wire oz1,oz2,oz3,oz4; A IA1 (x,y,oz1); B IB1 (x,y,oz2); 阅读全文
posted @ 2022-07-06 13:56
糖甜
阅读(91)
评论(0)
推荐(0)