aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface/jtag_vpi.cfg
blob: 2756b254f42be92e49813ef63d38c3dd98080a25 (plain)
1
2
3
4
5
6
7
8
9
10
interface jtag_vpi

# Set the VPI JTAG server address
if { [info exists VPI_PORT] } {
   set _VPI_PORT $VPI_PORT
} else {
   set _VPI_PORT 50020
}

jtag_vpi_set_port $_VPI_PORT