HDLBits练习(2)verilog中复制运算的要点
题目:对下面图中每个1位数据进行不同方式Verilog语言中的复制操作,最后输出结果是两者异或错误操作:assign out~{ 5{a}, 5{b}, 5{c}, 5{d
1月前90
题目:对下面图中每个1位数据进行不同方式Verilog语言中的复制操作,最后输出结果是两者异或错误操作:assign out~{ 5{a}, 5{b}, 5{c}, 5{d
错误答案:module top_module( input [399:0] a, b,input cin,output cout,output [399:0] sum );wire [99:0] co;genvar i