注意:此页面搜索的是所有试题
在一个VHDL设计中Idata是一个信号,数据类型为std_logic_vector,试指出下面_D_赋值语句是错误的
A.idata="00001111"
B.idata=B"0000_1111"
C.idata=X"AB"
D.idata=B"21"

参考答案