Python is a language that provides a high-level programming language for numerical computation and other operations. This repository contains an example of a connection between an UVM testbench and a Python reference model for a simple operation of sum.
UVM 1.2
Cadence xrun(64): 18.09-s011
Python 3.6
To run the simulation just do the make command.
make
- José Iuri Barbosa de Brito - JoseIuri
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Fork it (https://github.com/JoseIuri/UVM_Python/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- XMEN Lab - Federal University of Campina Grande - Brazil
- Sistenix - (https://sistenix.com/basic_uvm.html)