svf_addcycles is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

svf_addcycles variable

Syntax

static int svf_addcycles;

References

LocationReferrerText
svf.c:229
static int svf_addcycles;
svf.c:406handle_svf_command()
svf_addcycles = 0;
svf.c:412handle_svf_command()
svf_addcycles = atoi(CMD_ARGV[i + 1]);
svf.c:413handle_svf_command()
if (svf_addcycles > SVF_MAX_ADDCYCLES) {
svf.c:1279svf_run_command()
if (svf_addcycles)
svf.c:1280svf_run_command()
jtag_add_clocks(svf_addcycles);

Data Use

Functions writing svf_addcycles
Functions reading svf_addcycles
all items filtered out
svf_addcycles