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
  

Assigning Design Constraints with the DC FPGA Software

Once you create a design in the Synopsys Design Compiler FPGA software, you can load the design and assign design constraints using the DC FPGA shell. You can also create a Tcl Script File (.tcl) or use the fpga_version user interface to perform the following tasks.

  1. If you have not already done so, create a design for use with the DC FPGA software.

  2. To start the DC FPGA shell, type fpga_shell-t Enter at the command prompt.

  3. To load the design files into the DC FPGA software:

    1. Analyze the design files for the project by typing the following command at the DC FPGA shell prompt for each design file:

    2. analyze -f (verilog|vhdl|db|edif)<design file>.(v|vhd|db|edif) Enter

    1. Elaborate the top-level design entity by typing the following command at the DC FPGA shell prompt:

    2. elaborate <top-level design entity> Enter
  4. To specify the top-level entity and link the design files, at the DC FPGA shell prompt, type:

    current_design <top-level design entity> Enter
    link
     Enter

  5. To select a target device for the project:

    1. To display all devices for a specific device family, type set_fpga_target_device -show_all Enter at the DC FPGA shell prompt.

    2. To specify a device, type set_fpga_target_device <device name> Enter at the DC FPGA shell prompt.

  6. The DC FPGA software supports a subset of the Synopsys Design Constraints (SDC) timing constraints. You can use these commands to set timing constraints for the design entities in the design. You also create a Tcl Script File that contains the timing constraints for the design and apply it to the design by typing the following command at the DC FPGA prompt:

    source <timing constraints file name>.tcl Enter

    For more information about using SDC timing constraints, refer to the Synopsys DC FPGA User Guide.

  7. To continue with the DC FPGA design flow, generate EDIF Netlist Files with the DC FPGA software.

 

 

  Please Give Us Feedback