zoukankan      html  css  js  c++  java
  • 【原创】解决向工程中添加Megacore 文件在文件列表中没有出现目标文件的问题

    在生成了Megacore 之后,我们会选择将其添加到自己的工程中,即 project中

    但是,在添加之前需要对Megacore 用QII11.0 进行综合仿真,仿真结束成功后,开始向project中添加

    本例子,采用“FFT MegaCore Function User Guide”中(P2-20处)提供的步骤进行添加

    具体过程如下:

    所设计的FFT为:

    1. Variable Streaming Architecture

    2. Choose Add/Remove Files in Project (Project menu).


    3. You should see a list of files in the project. If there are no files listed
    browse to the \lib, then select and add all files with the prefix
    auk_dspip_r22sdf and auk_dspip_bit_reverse. Browse to the
    <project> directory and select all files with prefix auk_dspip.

    注意添加文件额前缀要排球,首先在添加文件价的窗口中选择 all files

    然后从所有文件中选择带有上述前缀的文件。
    4. Chose Start Compilation (Processing menu).

    当所设计的FFt是2、Fixed Transform Architecture时

    using the Quartus II software to synthesize your design;

    步骤:2. Choose Add/Remove Files in Project (Project menu).
    3. If the fft_pack_fft_72.vhd file is not listed, browse to the \lib
    directory and choose the VHDL package, fft_pack_fft_72.vhd.
    4. Click Open to add the fft_pack_fft_72.vhd file to your Quartus II
    project.
    ×××××@@@@ Ensure the fft_pack_fft_72.vhd file is at the top of the list in the
    File Name list window. If the fft_pack_fft_72.vhd file is not at
    the top of the File Name list, choose fft_pack_fft_72.vhd and
    click Up.
    5. Choose Start Compilation (Processing menu)

  • 相关阅读:
    Python环境的导入导出
    Jenkins+Ant+Jmeter搭建轻量级接口自动化(转载)
    VMware桥接模式连接局域网和互联网
    安装KVM
    [Beyond Compare] 排除/忽略 .svn 文件夹
    Git 如何放弃所有本地修改
    Python2 和 Python3 共存于 Centos7
    kubernetes 之部署metrics-server
    在CentOS 7.6 以 kubeadm 安装 Kubernetes 1.15 最佳实践
    华为云 Kubernetes 管理员实训 五 课后作业
  • 原文地址:https://www.cnblogs.com/woshitianma/p/2630805.html
Copyright © 2011-2022 走看看