Move SV interface files into a common location. Add license info (#20)
This commit is contained in:
@@ -5,10 +5,10 @@ from peakrdl_regblock.cpuif.apb4 import APB4_Cpuif, APB4_Cpuif_flattened
|
||||
class APB4(CpuifTestMode):
|
||||
cpuif_cls = APB4_Cpuif
|
||||
rtl_files = [
|
||||
"apb4_intf.sv",
|
||||
"../../../../hdl-src/apb4_intf.sv",
|
||||
]
|
||||
tb_files = [
|
||||
"apb4_intf.sv",
|
||||
"../../../../hdl-src/apb4_intf.sv",
|
||||
"apb4_intf_driver.sv",
|
||||
]
|
||||
tb_template = "tb_inst.sv"
|
||||
|
||||
Reference in New Issue
Block a user