Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

4.2.5.1. Script Example

 Creating a Signal Probe Pin Called sp1

The example shows a script that creates a Signal Probe pin called sp1 and connects the sp1 pin to source node reg1 in a project that was already compiled.

package require ::quartus::chip_planner
project_open project
read_netlist
make_sp -pin_name sp1 -src_name reg1
check_netlist_and_save
project_close