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.

  • 相关阅读:
    滑动窗口法与剑指offer:和为S的连续正数数列 与 和为S的两个数字
    数组中的逆序对与归并中的分治思想
    重读STL源码剖析:迭代器
    重读深度探索C++对象模型:函数
    FreeMarker笔记 前言&第1章 入门
    分享我的PL/SQL的优化设置,为开发全面提速
    迅影QQ视频查看v2.0 源码
    Invalid encoding name "UTF8". 报错 XML
    [HNOI2003]消防局的设立
    We need water!
  • 原文地址:https://www.cnblogs.com/nickchan/p/3104516.html
Copyright © 2011-2022 走看看