12 lines
409 B
Markdown
12 lines
409 B
Markdown
# `uvm/` in this fork
|
|
|
|
This directory is seeded from the [IVL_UVM](https://github.com/) / VerifWorks-style lightweight UVM layer (see nested `README.md`).
|
|
|
|
It is **not** Accellera UVM 1.2. Paths that used `IVL_UVM_HOME` still apply; for this repo set:
|
|
|
|
```bash
|
|
export IVL_UVM_HOME=/path/to/iverilog-uvm/uvm
|
|
```
|
|
|
|
See [../examples/hello_uvm](../examples/hello_uvm) and [../docs/ROADMAP.md](../docs/ROADMAP.md).
|