Example of a Quartus IIgenerated Script for Running FPGA Express and FPGA Compiler II
When you turn on Generate a compilable netlist automatically from the source files when they change, the Quartus® II software generates a script that runs the specified tool with the default settings from within the Quartus II software.  When the source files change, the specified tool automatically generates a gate-level netlist file for use with the Quartus II software. For FPGA Express software, the script and the netlist file are generated in the /<project name>/fe_work directory. For FPGA Compiler II, the script and the netlist file are generated in the /<project name>/fc_work directory.
The following commands may be included in the Quartus IIgenerated script:
   
    | FPGA Express | 
    fe_shell | 
  
   
    | FPGA Compiler II | 
	fc2_shell | 
	
Back to Top
  
  |  Created by chm2web html help conversion utility.  |