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

Board declaration necessary? #140

Open
Abraham-Castaneda opened this issue Jul 23, 2021 · 1 comment
Open

Board declaration necessary? #140

Abraham-Castaneda opened this issue Jul 23, 2021 · 1 comment

Comments

@Abraham-Castaneda
Copy link

In the user's guide, under "configuring the benchmarks", it describes how the benchmarks can be configured by declaring an architecture. However, when I try to use --arch riscv32 with ./build_all.py, it simply won't run without me declaring the board, of which I can only choose one, ri5cyverilator. The processor I am trying to test does not have a board or chip assigned to it yet, so I am at a loss on how to proceed. Any help would be appreciated.

@jeremybennett
Copy link
Collaborator

@Abraham-Castaneda Sorry for the slow reply. If you have a new processor and board, you will have to create new declarations for the board and the processor. Take a similar processor as an example and use it as a template. There is some guidance in the doc directory.

If you want to then execute your tests, you will need to create a Python module in order to get the tests to run on your platform and return result and time. Again take an existing example and modify it.

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