AR# 63922

|

How to add breakpoint at a line of a HDL source using Tcl commands?

描述

How to add breakpoint at a line of a HDL source using Tcl commands?

解决方案

The add_bp command lets you add breakpoints to an HDL source file to pause the current simulation.

Syntax:
add_bp  [-quiet] [-verbose] <file_name> <line_number>

Example::
  The following example adds a the breakpoint to the HDL source file at the specified line number:
    add_bp C:/Data/ug937/sources/sinegen.vhd 137
 
Use "add_bp -help"  tcl command for more information on usage of this command.

链接问答记录

主要问答记录

Answer Number 问答标题 问题版本 已解决问题的版本
58885 Xilinx Simulation Solution Center - Design Assistant - TCL Simulation Commands N/A N/A
AR# 63922
日期 04/02/2015
状态 Active
Type 综合文章
Tools
People Also Viewed