2024-12-26 22:31:55 -08:00
|
|
|
# Sample UVM testbench
|
|
|
|
|
2024-12-28 03:44:50 +00:00
|
|
|
This is a simple playground testbench. It is written in SystemVerilog using UVM framework.
|
2024-12-26 22:31:55 -08:00
|
|
|
|
2024-12-28 03:44:50 +00:00
|
|
|
`Makefile` uses the [Verilator](https://www.veripool.org/verilator/) simulator to build and run the testbench.
|
|
|
|
|
|
|
|
## UVM for Verilator
|
|
|
|
|
|
|
|
* This testbench uses UVM modified to work with Verilator. This comes from project maintained by good folks at [Antmicro](https://antmicro.com/).
|
|
|
|
|
|
|
|
```shell
|
|
|
|
% git clone https://github.com/antmicro/uvm-verilator.git -b current-patches-2
|
|
|
|
```
|