bsp2arch.pl: initial commit (processor, memory)
authorSebastian <basti@sraa.de>
Mon, 2 Sep 2013 18:45:35 +0000 (20:45 +0200)
committerSebastian <basti@sraa.de>
Mon, 2 Sep 2013 18:45:35 +0000 (20:45 +0200)
commit43d950acc04e4ebaff00908b61b622d3d6e9b376
tree61263e66322e083137d6dc22f3584d02c6f224e0
parentc3ceb046994c4533987c131a787c17b330177169
bsp2arch.pl: initial commit (processor, memory)

The utility bsp2arch.pl reads the XML hardware description file
from the Epiphany SDK and generates a DOL architecture specification.

example:
$ ./bsp2arch.pl zed_E16G3_512mb.xml epiphany.xml

The SDK uses a flat hardware description file (HDF), which was supposed
to be a temporary solution (SDK 4.x documentation), but seems to be
final (SDK 5.x documentation).

The current version does not define any <hw_channel>, <writepath> or
<readpath> tags and does not need any flattening.
hdf2arch/bsp2arch.pl [new file with mode: 0755]