Files
PeakRDL-BusDecoder/tests/cocotb_lib/__init__.py
Arnav Sacheti b1f1bf983a Refactor tests (better grouping + cocotb support) (#15)
* initial refactor

* fix cocotb tests

* fix typecheck

* install verilator
2025-10-26 17:56:35 -07:00

4 lines
79 B
Python

from pathlib import Path
rdls = map(Path, ["simple.rdl", "multiple_reg.rdl"])