From: Sebastian Date: Mon, 2 Sep 2013 18:45:35 +0000 (+0200) Subject: bsp2arch.pl: initial commit (processor, memory) X-Git-Url: http://sraa.de/git/?a=commitdiff_plain;h=43d950acc04e4ebaff00908b61b622d3d6e9b376;hp=43d950acc04e4ebaff00908b61b622d3d6e9b376;p=jump.git 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 , or tags and does not need any flattening. ---