• Quartus II 9.1 + ModelSim-Altera 6.5b


    因为之前课设的时候就用过这两个,于是这次课设也用这两个

    ModelSim-Altera: ftp://ftp.altera.com/outgoing/release/91_modelsim_ae_windows.exe

    同ftp下面找不到Quartus II9.1了,可以在这里下载:http://www.61ic.com/FPGA/Altera/201104/32257.html

    这里还有不少好东西:ftp://ftp.altera.com/outgoing/release/

    关于ModelSim-Altera的破解

    破解文件:http://download.csdn.net/download/langrent/3172528,要两个积分,很贵

    1. 首先安装软件,目录大约是.....altera91modelsim_ae
    2. 运行MakeLic.bat
    3. 运行MentorKG.exe
    4. 将生成的license.txt放到一个地方(放安装目录吧,好找一些)
    5. 新建环境变量 LM_LICENSE_FILE和MGLS_LICENSE_FILE,值都是上面的txt

    Quartus中如何直接调用

    1. 首先Assinments -> Settings,EDA Tool Settings -> Simulation,按需要设置Format for output netlist,勾选run gate-level simulation automatically after compilation
    2. 要有testbench文件,Processing -> Start -> Start Test Bench Template Writer,会在项目目录下面simulation下面生成*.vht或*.vt文件
    3. 按需编辑上面的文件。
    4. 再到Assinments -> Settings,EDA Tool Settings -> Simulation,下面的Nativelink Settings,选Compile test bench,点后面的Test Benchs
    5. 如果之前没有就new一个出来,Test bench name,随便写,因为可以由多个测试,所以有这个名字;Top level module in test bench,就是*.vht里面的实体名
    6. design instance name in test bench,多数可能是i1,这个是你的顶层模块在test bench里面的名字
    7. 将之前生成的test bench通过下面的test bench files 添加进来。

    暂时这些

  • 相关阅读:
    TestNG详解-深度好文
    自动化测试用例getText()获取某一个元素的值返回null或空
    Python装饰器
    工资管理系统
    并发,并行
    TCP/IP协议
    tcp长连接和短连接
    tcp注意点
    文件下载器
    tcp服务器
  • 原文地址:https://www.cnblogs.com/ippfcox/p/6748457.html
Copyright © 2020-2023  润新知