regblock -> busdecoder
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from ..base import CpuifTestMode
|
||||
|
||||
from peakrdl_regblock.cpuif.avalon import Avalon_Cpuif, Avalon_Cpuif_flattened
|
||||
from peakrdl_busdecoder.cpuif.avalon import Avalon_Cpuif, Avalon_Cpuif_flattened
|
||||
|
||||
|
||||
class Avalon(CpuifTestMode):
|
||||
cpuif_cls = Avalon_Cpuif
|
||||
@@ -13,6 +14,7 @@ class Avalon(CpuifTestMode):
|
||||
]
|
||||
tb_template = "tb_inst.sv"
|
||||
|
||||
|
||||
class FlatAvalon(Avalon):
|
||||
cpuif_cls = Avalon_Cpuif_flattened
|
||||
rtl_files = []
|
||||
|
||||
Reference in New Issue
Block a user