admin管理员组

文章数量:1130349

  1. 安装路径不能出现中文、中文符。否则可能会出现打不开程序的情况。

  2. 工程目录、名称填写:工程目录中不能有汉语、空格等字符,否者路径会出现乱码并且不能够打开

  3. 新建的文本要先保存才能运行调试

  4. 出现这个报错的时候 Error (10170): Verilog HDL syntax error at SEG7.v(5) near text: ")"; expecting an operand. Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera/support/support-resources/knowledge-base/search.html and search for this specific error message number.
    我们看一下报错行,发现是always语句有点问题

    查阅相关资料我们发现alway@()语法需要在括号里面填入一个参数,当无参数传递进去是可用* 代替 如下图

  1. 安装路径不能出现中文、中文符。否则可能会出现打不开程序的情况。

  2. 工程目录、名称填写:工程目录中不能有汉语、空格等字符,否者路径会出现乱码并且不能够打开

  3. 新建的文本要先保存才能运行调试

  4. 出现这个报错的时候 Error (10170): Verilog HDL syntax error at SEG7.v(5) near text: ")"; expecting an operand. Check for and fix any syntax errors that appear immediately before or at the specified keyword. The Intel FPGA Knowledge Database contains many articles with specific details on how to resolve this error. Visit the Knowledge Database at https://www.altera/support/support-resources/knowledge-base/search.html and search for this specific error message number.
    我们看一下报错行,发现是always语句有点问题

    查阅相关资料我们发现alway@()语法需要在括号里面填入一个参数,当无参数传递进去是可用* 代替 如下图

本文标签: 可能出现错误Quartusprime