hossein1387 / BARVINN

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

Missing weight and input HEX files #29

Open pcotret opened 3 weeks ago

pcotret commented 3 weeks ago

For instance, in the matmul test: https://github.com/hossein1387/BARVINN/blob/master/verification/tests/conv/conv_tester.sv#L17-L18

weight.hex and input.hex are not present. I assume these files should be compiled with a command. But which one?

hossein1387 commented 3 weeks ago

The input and weight files can be generated using the MVU Codegen project. You can use this sample code to map your model into appropriate weight tensor that is expected by BARVINN.