首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

原理图输入一问

原理图输入一问

用原理图画了个电路,在综合时候出现下面错误,我得clr是输入信号啊 ,为什么有下面的错误呢,Net 'clr'cannot be connected both to an input port and an instance output pin.


网上查了下,解决方法1,Before a schematic design is implemented, it is first converted to either Verilog or VHDL (depending on the setting of the Generated Simulation Language property). As part of the conversion process, a Design Rule Check (DRC) will be run on the selected schematic and any underlying schematics. "Error: DesignEntry:222" indicates that an I/O Marker with an Input Port polarity is connected to an output pin of one of the symbol instances in the schematic drawing. This is not allowed, as it would create an electrical source conflict. 但我的‘clk没接输出啊,请高手指教


附原理图

你检查一下vhf文件里面clr是怎么连接的,在原理图输入的设计中,在综合之前会把它转化成vhf的文件先。
ise工具看原理图上的线是否连接不是看图,是看线的名字
返回列表