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