meklort / ipxact

IP-XACT tool to generate headers and source files.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

How to use this tools, and what can it do? #1

Open zhajio1988 opened 4 years ago

meklort commented 4 years ago

I haven't put together any documentation or tests for the tool yet, but you can see an example script and input for it here: https://github.com/meklort/bcm5719-fw/blob/master/ipxact/regen.sh

Example output includes: https://github.com/meklort/bcm5719-fw/blob/master/include/APE_APE_PERI.h

Basically, it's used to convert an xml description (ipxact-like, not quite following the standard), to various outputs as needed. In my case, I have it generate c++, c headers, asm, and LaTeX.

zhajio1988 commented 4 years ago

Hi @meklort

Nice work, do you think maintain content in excel then generate it to ipxact-like file?

meklort commented 4 years ago

Right now there's no reader for xlsx or csv files, but I'm open to patches. If you end up creating it, I'll certainly review and add it in if it looks good.