Article Details

ID: 2290
Case Type: faq
Category: Device Programming
Related To: Embedded Programming
Family: MachXO

Search Answer Database

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