aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface/vdebug.cfg
blob: 7350bb9a918252365676fd0dfa6b3325dc87ad2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-License-Identifier: GPL-2.0-or-later
# Cadence virtual debug interface

if { [info exists VDEBUGHOST] } {
	set _VDEBUGHOST $VDEBUGHOST
} else {
	set _VDEBUGHOST localhost
}
if { [info exists VDEBUGPORT] } {
	set _VDEBUGPORT $VDEBUGPORT
} else {
	set _VDEBUGPORT 8192
}

adapter driver vdebug
# vdebug server:port
vdebug server $_VDEBUGHOST:$_VDEBUGPORT

# example config debug level and log
#debug_level 3
#log_output vd_ocd.log

# example config listen on all interfaces, disable tcl/telnet server
bindto 0.0.0.0
#gdb_port 3333
#telnet_port disabled
tcl_port disabled

# transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw
vdebug batching 1

# Polling values
vdebug polling 100 1000