This repository contains an example of the use of UVM Register Abstraction Layer in a verification of a simple APB based DUT.
UVM 1.2
Cadence xrun(64): 18.09-s011
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-APB_RAL/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