Hi,
I find xsvf support in OpenOCD but there is no svf support.
I implemented a svf_player for my Versaloon, 
and tested OK on EMP240T100 chip.
Will it be meanful if I try to add svf support to OpenOCD?

Attachment is my svf_parser(in C).
caller will be:
while(ERROR_OK == svf_parser_get_command(svf_file, &command_para))
{
  if(ERROR_OK != svf_parser_run_command(&command_para))
  {
    LOG_ERROR("command execute failed at line %d\n", svf_file_line_index);
    ret = ERROR_FAIL;
  }
  command_num++;
}

2009-01-15 



Best Regards, Simon Qian

SimonQian([email protected]) ---- www.SimonQian.com

Attachment: svf_parser.c
Description: Binary data

Attachment: svf_parser.h
Description: Binary data

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to