adding decoder logic
This commit is contained in:
@@ -12,7 +12,7 @@ class APB3Cpuif(BaseCpuif):
|
||||
if not child.is_array:
|
||||
return base
|
||||
if child.current_idx is not None:
|
||||
return f"{base}_{'_'.join(map(str, child.current_idx))} [N_{child.inst_name.upper()}S]"
|
||||
return f"{base}_{'_'.join(map(str, child.current_idx))}"
|
||||
return f"{base} [N_{child.inst_name.upper()}S]"
|
||||
|
||||
@property
|
||||
@@ -75,4 +75,4 @@ class APB3Cpuif(BaseCpuif):
|
||||
address on the bus matches the address range of the given node.
|
||||
"""
|
||||
addr_pred = self.get_address_predicate(node)
|
||||
return addr_pred
|
||||
return addr_pred
|
||||
Reference in New Issue
Block a user