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

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

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

Performing Timing Verification with the PrimeTime Software

To perform a timing verification of a Quartus II–generated Verilog Output File (.vo) and the corresponding Standard Delay Format Output File (.sdo) with the Synopsys PrimeTime software:

  1. If you have not already done so, set up the PrimeTime working environment.
  2. To generate the Verilog Output File and corresponding SDF Output File:

    1. Specify EDA tool settings in the Quartus II software.

    2. Compile the design with the Quartus II software.

Note:

  1. During compilation, the Quartus II software generates a <design name>_pt_v.tcl Tcl Script File (.tcl), which sets up the PrimeTime environment for performing a timing verification, and places it in the \<project directory>\timing\primetime\ directory. The TCL Script File contains:

    • External input and output clock delays

    • User-created base clocks and derived clocks

    • PLL clocks

    • Single point and two point CUT paths, exported in the Tcl Script File as set_false_path commands

    • Multicycle path constraints using the set_multicycle_path command

  1. If you specified settings in the HardCopy Settings page of the Settings dialog box before compilation, the Quartus II software generates a HardCopy file, <current project name>_pt_hcpy_v.tcl, and places in the \<current project>\hardcopy directory. You can use this Tcl Script File for timing verification with the PrimeTime software.

  1. To generate a Verilog Output File and corresponding SDF Output File with minimum timing values:

    1. Specify EDA tool settings in the Quartus II software.

    2. Compile the design with the Quartus II software.

    3. On the Processing menu, point to Start, and then click Start Classic Timing Analyzer (Fast Timing Model) to perform a minimum timing analysis.

    4. On the Processing menu, point to Start, and then click Start EDA Netlist Writer to generate the output netlist files.

Note: The EDA Netlist Writer generates a <design name>_fast.vo Verilog Output File and places it in the specified output directory. The default location is <project directory>\timing\primetime\.

  1. To start the PrimeTime software in command-line mode, type pt_shell  at the command prompt.

  2. Source the Tcl Script File by typing source <design name>_pt_(v | vhd).tcl  at the PrimeTime shell prompt.

  3. To set the mode of operation for the PrimeTime memory models for RAM ATOMs, use either the read_during_write mode or the no_read_during_write mode (the default is read_during_write) by typing one of the following commands at the PrimeTime shell prompt:

Device Family

Commands for Setting the Mode of Operation

APEX 20K, APEX 20KC, and APEX 20KE

set_mode read_during_write | no_read_during_write *.apexmem 

APEX II

set_mode read_during_write | no_read_during_write *.apexiimem 

ACEX 1K or FLEX 10KE

set_mode read_during_write | no_read_during_write *.flex10kemem 

Mercury

set_mode read_during_write | no_read_during_write *.mercurymem 

  1. Perform a timing verification with the PrimeTime software.

 

 

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