Add passthrough CPUIF
This commit is contained in:
10
test/lib/cpuifs/passthrough/__init__.py
Normal file
10
test/lib/cpuifs/passthrough/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from ..base import CpuifTestMode
|
||||
|
||||
from peakrdl.regblock.cpuif.passthrough import PassthroughCpuif
|
||||
|
||||
class Passthrough(CpuifTestMode):
|
||||
cpuif_cls = PassthroughCpuif
|
||||
tb_files = [
|
||||
"passthrough_driver.sv",
|
||||
]
|
||||
tb_template = "tb_inst.sv"
|
||||
Reference in New Issue
Block a user