再次请教:
Error:No pad cell found in the design port xxxx(Port-Name);
我的流程是这样的:
set_bsd_signal (tdi/tdo/tms/tck/trst)
|
V
set_bsd_configuration
|
V
set_bsd_instrucion
|
V
preview_bsd
然后就报了一堆的上面的错;
我在set_bsd_configuration将pad_check 设置位none,还是一样;
我又设置set_port_ispad CORE_LOGIC
insert_pads
然后重做还是一样;
在文档中我看到上面说在read HDL的时候,要
set_attribute lib_cell pad_cell true(大概是这样的)
等信息,但是我不知道pad用的的是那些cell,所以也没法试。
请版主指点。