simplify cpuif base cls

This commit is contained in:
Alex Mykyta
2023-04-21 21:50:33 -07:00
parent 5267a4d245
commit 2e37e580f6
2 changed files with 3 additions and 5 deletions

View File

@@ -153,7 +153,6 @@ class RegblockExporter:
# Construct exporter components
self.cpuif = cpuif_cls(
self,
cpuif_reset=self.top_node.cpuif_reset,
data_width=scanner.cpuif_data_width,
addr_width=addr_width
)