install.txt

来自「pci core altera fpga pci开发设计资料」· 文本 代码 · 共 36 行

TXT
36
字号
Altera QuartusII v2.1 installation notes:
-----------------------------------------

Make CD.
Begin by inserting CD (QuartusII_21). This will start the installation automatically.
After installation, generate license.dat to C:/Quartus folder (if default).
Don't forget you MUST set your LM_LICENSE_PATH variable:
- if you are using Win9x, add SET LM_LICENSE_FILE=C:\Quartus\license.dat
- if you are using winNT, W2K, ... or equiv. , open system settings > advanced > Environment variables
  and add a new LM_LICENSE_FILE variable or concatenate the existing variable with C:\Quartus\license.dat 
  value

Generate License
1) Open Altera1.src, change HOSTID=000000000000 to your pc MAC address such as
   HOSTID=012345678900
2) Use AltCrypt.exe to generate the license
   AltCrypt.exe -i altera1.src -o license.dat

AltCrypt.exe
   FlexLM lmcrypt.exe for alterad (the daemon)
   Usage: AltCrypt.exe [file] [-options]
   Where: file is the license file or you may specify also -i and -o
          -i inputfile  ( selects inputfile, if none stdin is used )
          -o outputfile ( selects outputfile, if none stdout is used )
          -decimal      ( converts license to decimal format )
          -longkey      ( includes timestamp in code )
          -maxlen len   ( sets line max lenght, -1 sets no line breaks )
          -verfmt ver   ( sets the version format, default is 7 )
          
  e.g.: AltCrypt.exe license.dat -decimal -longkey
        AltCrypt.exe -i altera.src -o c:\FlexLM\Altera.dat -maxlen -1 -verfmt 6
   
Altera.src
   Uncrypted license file for version 9.x, 10 etc for Max+plus, Emax, Quartus,
   Leonardo and Synopsys FPGA for Altera versions. Use it to include features 
   or host id's

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?