zoukankan      html  css  js  c++  java
  • 破解modelsim

    2011-3-11

    Today I install a software which called ModelSim. It is a simulator for FPGA and CPLD. But I want to say damn! It takes me whole morning to setup. Firstly, I want to install the version6.5 ModelSim download from Altera website. They call it Altera-ModelSim and when I have installed, I find there are some differences between the《ModelSim_GUI_Introduction》and my ModelSim. Then I also find it use ModelSim-SE but I use ModelSim-AE.

    I want to download SE. however, I can’t download it because it stop when it have already downloaded half. What a pity!

    I have no idea and I install a old version SE6.2b instead of SE6.5b. Now it runs well in my computer. Not every new versions is good, I think.

    Some information about how to install and crack the SE6.2b, I look for from the internet.

    破解Modelsim 6.2b

    1.       setup 选择FULL 安装完毕后重启电脑

    2.       双击Keygen注册机软件,点generate 生成license.dat

    3.       把license.dat 复制到你的Modelsim 安装路径下的win32文件夹中

    4.       创建环境变量LM_LICENSE_FILE

    桌面上左建“我的电脑”-“属性”-高级-“环境变量”,在系统变量新建一个变量

    名LM_LICENSE_FILE  变量值为 c:\Modeltech_6.2b\win32\license.dat

    English:

    Crack Modelsim 6.2b

    1.      setup and choose full, then reboot your computer.

    2.      double click keygeneration(a software can generate crack), click ‘generate’ button and it will generate license.dat

    3.      copy license.dat to a folder called win32, the path which you install your Modelsim.

    4.      building environment variable : click right mouse “my computer”-----“property”----“advance”-----“environment variable”. Add a new name LM_LICENSE_FILE, value is for example c:\Modeltech_6.2b\win32\license.dat.

  • 相关阅读:
    NDK开发,如何配置 debug环境
    NDK 开发中,各种指令集的坑,arm64
    levmar ndk 编译
    kubernetes 存储
    kubernetes 存储
    Docker 仓库
    docker 容器
    查看系统日志
    linux 进程命令小结
    DaemonSet
  • 原文地址:https://www.cnblogs.com/nickchan/p/3104516.html
Copyright © 2011-2022 走看看