I am trying to integrate multiple hardware accelerators, (for example a multiplier and an adder) to PULPissimo. Considering the example at https://github.com/pulp-platform/hwpe-mac-engine/tree/master/rtl as the first multiplier accelerator, I want to add a similar "hwpe-add-engine" and have it finally be picked by the scripts that compile,link and generate the binary. For the generated scripts that are produced by running ./generate_scripts to include this new hwpe-add-engine, where should I make changes?
Hi,
I am trying to integrate multiple hardware accelerators, (for example a multiplier and an adder) to PULPissimo. Considering the example at https://github.com/pulp-platform/hwpe-mac-engine/tree/master/rtl as the first multiplier accelerator, I want to add a similar "hwpe-add-engine" and have it finally be picked by the scripts that compile,link and generate the binary. For the generated scripts that are produced by running ./generate_scripts to include this new hwpe-add-engine, where should I make changes?
Thanks, Aishwarya