BlackBox的警告怎么消除?

2020-02-28 18:39发布

"WARNING: Xst:766 - file_name (Line #). Generating a Black Box for component <component_name>.

官网的解决办法是:
To avoid "black box" warning messages, add the following lines to your HDL code:

VHDL:

architecture <architecture_name>
:

attribute box_type : string;
attribute box_type of <component_name> : component is "black_box";
:

begin

Verilog:

//synthesis attribute box_type <module_name> "black_box"
----------------------------------------------------------------------------------------
我用的Verilog,是加注释还是去掉注释符号?这段语句应该加在哪个文件里呢?


友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
4条回答
GoldSunMonkey
1楼-- · 2020-02-28 21:50
不用消除
XiaoWei369
2楼-- · 2020-02-28 22:31
为什么呢?
aceice
3楼-- · 2020-02-29 01:33
GoldSunMonkey 发表于 2013-5-23 21:50
不用消除

可是我属于看到警告就不舒服的类型,能消除么?
GoldSunMonkey
4楼-- · 2020-02-29 06:05
 精彩回答 2  元偷偷看……

一周热门 更多>