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

Add support for Python based flow of riscv-dv for generation of random assembly tests #70

Open
haroon-shafique opened this issue Jan 7, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@haroon-shafique
Copy link
Contributor

haroon-shafique commented Jan 7, 2021

Generate random assembly tests using 'pyflow' as the simulator.

@haroon-shafique haroon-shafique added the enhancement New feature or request label Jan 7, 2021
@amnafayyaz28
Copy link
Contributor

amnafayyaz28 commented Feb 16, 2021

Facing issue while importing scripts from a directory other then the one in which the script itself is.
Trying to use "sys.path.insert" and sys.path.append" for redirecting the path issues
image

@amnafayyaz28
Copy link
Contributor

Resolved the scripts import issues.

@amnafayyaz28
Copy link
Contributor

Generated riscv_arithmetic_basic_test using lm_run.py. Other tests could not be generated in riscv_dv's as for now. Exploring for the reasons why other tests in the testlist couldn't be generated even in riscv_dv.

@amnafayyaz28
Copy link
Contributor

Generated riscv_arithmetic_basic_test and riscv_floating_point_arithmetic_test using pyflow. Other tests in the testlist aren't supported yet in the pyflow in riscv_dv.

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

No branches or pull requests

2 participants