You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: