Altera Home Page
Literature Licensing
Buy On-Line Download

  Home   |   Products   |   Support   |   End Markets   |   Technology Center   |   Education & Events   |   Corporate   |   Buy On-Line  
  Knowledge Database   |   Devices   |   Design Software   |   Intellectual Property   |   Reference Designs   |   Design Examples   |   mySupport  

 Products
   Quartus II
      SOPC Builder
      MAX+PLUS II
      ModelSim-Altera
  
 Resource Centers
      Overview
      Installation & Licensing
      Scripting
      Board Design & I/O
      Design Entry & Planning
      Synthesis & Netlist Viewers
      Incremental Compilation
      Optimization
      Power Management
   TimeQuest Timing Analyzer
      Classic Timing Analyzer
      Simulation & Verification
      On-Chip Debugging
      HardCopy Design
  
 Software Resources
      OS Support
      Driver Installation
  
 Download & Licensing
      Download
   Licensing
  
 Quartus II EDA Support
      Quartus II Interface
   Synthesis Tools
          Design Compiler
          DC FPGA
          FPGA Compiler II
          LeonardoSpectrum
          Precision RTL Synthesis
          Synplify
   Simulation Tools
   Formal Verification Tools
   Timing Analysis Tools
   Physical Synthesis Tools
   Board Level Tools
  
 Legacy Sw. EDA Support
      View by Vendor
      View by Tool
      View by Function
  

Generating EDIF Netlist Files with the FPGA Compiler II Software

To generate an EDIF netlist file with the FPGA Compiler II software for use with the Quartus II software:

  1. If you have not already done so,assign design constraints and optimize the design with the FPGA Compiler II software.

  2. To generate Quartus II–compatible EDIF netlist files, select the optimized design implementation and click the Export Netlist button on the toolbar.

  3. In the Export Netlist dialog box, specify the following options:

    1. In the Export Directory box, specify the name and location of the directory for the EDIF netlist files.

    2. Under Place and Route, select the EDIF netlist file's output bus in the Bus Style list. The Quartus II software accepts either flattened or unflattened buses. In the FPGA Compiler II software, the default setting, EXPAND, flattens each bus by writing each bus bit as an individual I/O port. To export an EDIF netlist file without flattening the bus names, select any of the other settings, which include delimiters for different bus notations:[], <>, (), and {}.

Note: If you are using a custom megafunction variation for content-addressable memory (CAM), ClockLock PLL, LVDS, or RAM functions generated by the MegaWizard Plug-In Manager, you must select %s{%d:%d} in the Bus Style list.

    1. To generate a VHDL or Verilog HDL netlist file for functional simulation prior to Quartus II compilation, select a language option (VHDL or Verilog) from the Output Format list. Otherwise, NONE is selected by default.

    2. To close the Export Netlist dialog box, click OK. The FPGA Compiler II software creates the following Quartus II–compatible files:

  • <design name>.edf (EDIF format)

  • <design name>.tcl, a Tcl Script File (.tcl) that contains a Tcl script for compiling the design with the Quartus II software

  • <design name>.lmf, a Library Mapping File (.lmf) that maps FPGA Compiler II functions to Quartus II functions

  1. Copy all the output files to a Quartus II project directory. Compile the design to process the <design name>.edf file with the Quartus II software.

     

    Note: You must specify the FPGA Compiler II generated <design name>.lmf as the Library Mapping File for the project when specifying the EDA tool input settings.

     

  2. To continue with the FPGA Compiler II design flow, analyze design results with the FPGA Compiler II software.

 

 

  Please Give Us Feedback