pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
899 stars 298 forks source link

Attaching multiple hardware accelerators to PULPissimo #379

Open alekshmi opened 3 years ago

alekshmi commented 3 years ago

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