Altera Home Page
文档资料 许可
在线购买 下载

  主页   |   产品   |   支持   |   最终市场   |   技术中心   |   教育与活动   |   公司介绍   |   在线购买  
  mySupport   |   器件   |   软件   |   IP   |   设计范例   |   参考设计  

 产品
   Quartus II
      SOPC Builder
      MAX+PLUS II
      ModelSim-Altera
  
 资源中心
      简介
      安装&许可
      脚本
       电路板设计& I/O
      网表阅读器 & 综合
      编译增强特性
      优化
      功耗管理
   TimeQuest时序分析器
      标准时序分析器
      仿真 & 确认
      片内调试
      HardCopy设计
  
 软件资源
      操作系统支持
      驱动安装
  
 下载与许可
      下载
   许可
  
 Quartus II EDA 支持
      Quartus II 接口
   综合工具
          Design Compiler
          DC FPGA
          FPGA Compiler II
          LeonardoSpectrum
          Precision RTL Synthesis
          Synplify
   仿真工具
   验证工具
   时序分析工具
   再综合工具
   电路板级工具
  
 老版软件EDA支持
      供应商类
      工具类
      功能类
  

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.

 

 

  请填写反馈意见
  注册索取最新邮件通知