Refactor exporter class to clean up the mess of random variables
This commit is contained in:
@@ -19,7 +19,7 @@ class AddressDecode:
|
||||
|
||||
@property
|
||||
def top_node(self) -> 'AddrmapNode':
|
||||
return self.exp.top_node
|
||||
return self.exp.ds.top_node
|
||||
|
||||
def get_strobe_struct(self) -> str:
|
||||
struct_gen = DecodeStructGenerator()
|
||||
|
||||
Reference in New Issue
Block a user