首页
技术日记
编程
旅游
数码
登录
标签
HDLBits
HDLBits练习(2)verilog中复制运算的要点
题目:对下面图中每个1位数据进行不同方式Verilog语言中的复制操作,最后输出结果是两者异或错误操作:assign out~{ 5{a}, 5{b}, 5{c}, 5{d
要点
HDLBits
verilog
admin
7月前
75
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
7月前
78
0
HDLBits
HDLBits
admin
2023-11-19
53
0