Refactor exporter class to clean up the mess of random variables
This commit is contained in:
@@ -30,7 +30,7 @@ class Dereferencer:
|
||||
|
||||
@property
|
||||
def top_node(self) -> AddrmapNode:
|
||||
return self.exp.top_node
|
||||
return self.exp.ds.top_node
|
||||
|
||||
def get_value(self, obj: Union[int, FieldNode, SignalNode, PropertyReference]) -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user