Refactor tests (better grouping + cocotb support) (#15)
* initial refactor * fix cocotb tests * fix typecheck * install verilator
This commit is contained in:
3
tests/cocotb_lib/__init__.py
Normal file
3
tests/cocotb_lib/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from pathlib import Path
|
||||
|
||||
rdls = map(Path, ["simple.rdl", "multiple_reg.rdl"])
|
||||
Reference in New Issue
Block a user