hossein1387 / BARVINN

BARVINN: A Barrel RISC-V Neural Network Accelerator: https://barvinn.readthedocs.io/en/latest/
MIT License
73 stars 11 forks source link

Issue3 #7

Closed hossein1387 closed 3 years ago

hossein1387 commented 3 years ago

You can run conv test to verify the functionality of the transposer.

wagnersj commented 3 years ago

Which branches/commits of the pito_riscv and MVU projects are needed to compile? I'm getting compile errors (e.g. CSR_MVU_PRECISION not being declared).

hossein1387 commented 3 years ago

Which branches/commits of the pito_riscv and MVU projects are needed to compile? I'm getting compile errors (e.g. CSR_MVU_PRECISION not being declared).

For Pito refer to conv branch this commit: https://github.com/hossein1387/pito_riscv/commit/f80b69fbc7ab57d56234cc73d1bdfcebda2f0592 For MVU, I am using iss022_jumptriggers branch