Remove dangerous usage of non-public parts of the systemrdl-compiler API

This commit is contained in:
Alex Mykyta
2025-11-04 23:05:50 -08:00
parent 17465e5f97
commit 543bf2be9a
11 changed files with 26 additions and 28 deletions

View File

@@ -315,7 +315,7 @@ class DesignState:
# Assume 32-bits
msg.warning(
"Addrmap being exported only contains external components. Unable to infer the CPUIF bus width. Assuming 32-bits.",
self.top_node.inst.def_src_ref
self.top_node.def_src_ref
)
self.cpuif_data_width = 32