Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing weight and input HEX files #29

Open
pcotret opened this issue Jun 5, 2024 · 1 comment
Open

Missing weight and input HEX files #29

pcotret opened this issue Jun 5, 2024 · 1 comment

Comments

@pcotret
Copy link

pcotret commented Jun 5, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants