AR# 39928

|

EDK - How do I let the tools know my custom IP has buffers instantiated so extra buffers are not added?

描述

How do I let the tools know that my custom IP has buffers instantiated so that extra buffers are not added?

解决方案


Edit the port definition of the relevant ports to add the following tags in the MPD file:


PORT LCD_IO = "", DIR = IO, VEC = [0:31], THREE_STATE=FALSE, IOB_STATE=BUF

 

In the example above, the port is called "my_io" and is a bidirectional port.
 
However the same rule applies to input or output ports as well, only the DIR attribute needs to be modified.

 

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
34609 12.x EDK - 主要问答记录列表 N/A N/A
AR# 39928
日期 11/19/2014
状态 Active
Type 综合文章
器件
Tools More Less
People Also Viewed