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 cocotb verification environment #78

Closed

Conversation

koluckirafal
Copy link
Contributor

@koluckirafal koluckirafal commented Apr 11, 2023

This PR extends the verification environment and adds example test written using cocotb library.

└─ verification
   ├── test_cocotb
   ├── test_dev

In the directory test_cocotb you find a Python coroutine, which calls the top-level testbench testbench/tb_top.sv and simulates execution of a program. The core can be fed programs from external sources, e.g. RISC-V DV. To execute the test, a recipe in tools/Makefile is prepared.
In the directory test_dev you find an ALU test, which serves as an example and a starting point for developing rapid block-level unit tests, if needed.

@koluckirafal koluckirafal changed the title Add minimal cocotb ALU test Add cocotb verification environment Jun 1, 2023
@mkurc-ant
Copy link
Collaborator

Superseeded by PRs with microarchitectural tests. Closing.

@mkurc-ant mkurc-ant closed this Oct 10, 2023
@mczyz-antmicro mczyz-antmicro deleted the rkol/cocotb-tests branch October 10, 2023 12:34
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

Successfully merging this pull request may close these issues.

None yet

3 participants