SimonQian wrote:
> Hi,
> I've write a how-to page about using svf file.
> Section 3 is about using svf player in OpenOCD based on my code.
> See here: http://www.simonqian.com/en/Versaloon/how_to_run_svf_file.html
> If OpenOCD will not commit it, just tell me directly.
> I can remove informations about using svf in OpenOCD.

In 30 seconds of looking at the code, it does not look like it supports
newlines in a command, which would be terminated by a semicolon. i.e. it
is perfectly legal for an SVF file to have new lines embedded within a
command, which is terminated finally at the semicolon possibly several
lines later.

It is this kind of thing that make the maintenance considerations
important. Again, C in my opinion, it not the easiest language in which
to maintain something like this. It is especially curious why this
should exist at all when as of two weeks ago there was an SVF conversion
tool in this project.


Dick

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to