请教: 加法器IP例化后出错.
怎么处理啊?
1)加法器例化
c_add_12int_12uint D4 (
.clk(sys_clk),
.sclr(rst),
.s(pre_output_Chb),
.a(multiplier_output),
.b(selector_out)
);
2)出错信息
ERROR:NgdBuild:604 - logical block 'D4/D4' with type 'c_add_12int_12uint' could
not be resolved. A pin name misspelling can cause this, a missing edif or ngc
file, case mismatch between the block name and the edif or ngc file name, or
the misspelling of a type name. Symbol 'c_add_12int_12uint' is not supported
in target 'spartan3e'. |