aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface/jtag_vpi.cfg
blob: e665a6331da6f94c921df2bc8627233ebd49365f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
adapter driver jtag_vpi

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

# Set the VPI JTAG server address
if { [info exists VPI_ADDRESS] } {
   set _VPI_ADDRESS $VPI_ADDRESS
} else {
   set _VPI_ADDRESS "127.0.0.1"
}

jtag_vpi_set_port $_VPI_PORT
jtag_vpi_set_address $_VPI_ADDRESS