Documentation for dump_ofd.pl |
dump_ofd.pl
Perl script that reads in the XML file representation generated by the OFD utility and dumps out a representation of the corresponding Perl data structures.
dump_ofd.pl <xml file>
... OR ...
ofdXX -x <obj, out, or lib file> | perl dump_ofd.pl
OFD stands for Object File Display utility. Examples include ofd6x for C6000 and ofd55 for C5500.
Generate the XML version of the OFD output with the -x option.
This script was written using Perl version 5.8.3. It may not work with earlier revisions of Perl.
Documentation for dump_ofd.pl |