esl-epfl / x-heep

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
Other
146 stars 80 forks source link

Add a peripheral 'multi3x' to do hardware multiplication. #580

Closed Cyberkuenkuen closed 2 months ago

Cyberkuenkuen commented 3 months ago

Add a peripheral 'multi3x' to do hardware multiplication. This is the exercise for my semester project.

Changes Made:

Create a directory hw/ip/multi3x/ and add files:

Modify files:

Run multi3x.sh, which generates:

Create an example app: sw/applications/example_multi3x