您发布的文件说它是使用Altera megawizard生成的。
您
需要使用Xilinx的“核心生成器”生成FIFO。
这将允许你
生成一个正常工作的FIFO,并根据宽度,深度,内存对其进行自定义
用法(块与分布式),时钟等。其中一种变体可能是
与您要替换的Altera FIFO非常相似。
然后只需放一个包装纸
使端口与原始Altera实现相匹配的核心。
如果你
使用ISE Navigator GUI,转到:
项目 - >新来源......
选择“IP(CORE Generator& Architecture Wizard)
为核心分配模块名称
然后浏览到Memories&
存储元素 - > FIFO
并选择FIFO Generator。
如果您需要有关FIFO核心定制的帮助,只需打开即可
自定义程序窗口中的数据表。
HTH,
的Gabor
- Gabor
以上来自于谷歌翻译
以下为原文
The file you posted says it was generated using the Altera megawizard. You
need to generate a FIFO using "core generator" for Xilinx. This will allow you
to generate a FIFO that works properly and customize it for width, depth, memory
usage (block vs. distributed), clocking, etc. One of the variants is likely to be
very similar to the Altera FIFO you are replacing. Then just put a wrapper around
the core to make the ports match your original Altera implementation. If you
use the ISE Navigator GUI, go to:
Project --> New Source...
Select "IP (CORE Generator & Architecture Wizard)
Assign a module name for the core
Then browse to Memories & Storage Elements --> FIFOs
and select FIFO Generator.
If you need help with customization of the FIFO core, just open the
data sheet from the customizer window.
HTH,
Gabor
-- Gabor
您发布的文件说它是使用Altera megawizard生成的。
您
需要使用Xilinx的“核心生成器”生成FIFO。
这将允许你
生成一个正常工作的FIFO,并根据宽度,深度,内存对其进行自定义
用法(块与分布式),时钟等。其中一种变体可能是
与您要替换的Altera FIFO非常相似。
然后只需放一个包装纸
使端口与原始Altera实现相匹配的核心。
如果你
使用ISE Navigator GUI,转到:
项目 - >新来源......
选择“IP(CORE Generator& Architecture Wizard)
为核心分配模块名称
然后浏览到Memories&
存储元素 - > FIFO
并选择FIFO Generator。
如果您需要有关FIFO核心定制的帮助,只需打开即可
自定义程序窗口中的数据表。
HTH,
的Gabor
- Gabor
以上来自于谷歌翻译
以下为原文
The file you posted says it was generated using the Altera megawizard. You
need to generate a FIFO using "core generator" for Xilinx. This will allow you
to generate a FIFO that works properly and customize it for width, depth, memory
usage (block vs. distributed), clocking, etc. One of the variants is likely to be
very similar to the Altera FIFO you are replacing. Then just put a wrapper around
the core to make the ports match your original Altera implementation. If you
use the ISE Navigator GUI, go to:
Project --> New Source...
Select "IP (CORE Generator & Architecture Wizard)
Assign a module name for the core
Then browse to Memories & Storage Elements --> FIFOs
and select FIFO Generator.
If you need help with customization of the FIFO core, just open the
data sheet from the customizer window.
HTH,
Gabor
-- Gabor
举报