文章详情

ID: 2290
实例类型: faq
分类: Device Programming
相关: Embedded Programming
产品系列: MachXO

搜索答案数据库

Search Text Image

MachXO: How can I generate VME with Turbo mode in command line ?

Description:
In Lattice ispVM System, you can generate this VME file in the following steps:



  1. Create a device list

  2. Select Turbo in Project Settings Dialog Box

  3. Save the configuration file XCF file

  4. Open a Command Prompt Window, change the current directory to the installation directory of Lattice ispVM System

  5. Run  'ispvm -help', to get the command line option

  6. According to the shown command line option as follows,

ispvm -infile <infile path> -outfiletype <file type[-outfile<output file path> ] >

run ispvm.exe with the XCF file.


For example, the command line is as follows:


C:\ispvmsystem\ispvm -infile c:\machxo1200.xcf -outfiletype -vme12 -outfile c:\mach1200.vme