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.

  • 相关阅读:
    支持向量机 (三): 优化方法与支持向量回归
    支持向量机 (二): 软间隔 svm 与 核函数
    支持向量机 (一): 线性可分类 svm
    拉格朗日乘子法
    特征选择: 卡方检验、F 检验和互信息
    Python 多进程、多线程效率比较
    Umi+Dva搭建Cesium 3D开发环境
    React 项目生产版本迭代页面不刷新问题
    React-Native学习手册----搭建基于ios平台的开发环境
    Cesium 绘制点、线、面和测距
  • 原文地址:https://www.cnblogs.com/nickchan/p/3104516.html
Copyright © 2011-2022 走看看