zoukankan      html  css  js  c++  java
  • parameter "bandwidth_type" is not a formal parameter of instantiated module的解决方法

    昨日调试NIOS II的时候,用的是10.0的版本,在SOPC Builder中添加了ALT PLL模块,生成文件后,在Quartus II中无法编译,提示
    Error (10130): Verilog HDL error at pll.v(144): parameter "bandwidth_type" is not a formal parameter of instantiated module
    Error (10130): Verilog HDL error at pll.v(145): parameter "clk0_divide_by" is not a formal parameter of instantiated module
    ……
    开始以为是10.0的问题,于是又下载了10.0 SP1,今天早上装上后还是一样的错误。
    是在是没有办法了,把PLL去掉,在Quartus中用IP生成PLL,这下就可以顺利编译了。
    不知道大家遇到这种问题没有。

    查看了alteraforum.com上面,也有人问过类似的问题

  • 相关阅读:
    标准输入输出
    UNIX基础概念
    phpstrom设置php环境
    nginx+php+swoole安装记录
    MySQL索引
    生成器来解决大文件读取,大数据下载
    PHP调优
    PHP-FPM详解
    远程登录服务器配置
    HTTPS配置
  • 原文地址:https://www.cnblogs.com/nios_ii/p/1842930.html
Copyright © 2011-2022 走看看