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)
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.


No differences found