diff --git a/compiler/modules/bank.py b/compiler/modules/bank.py index 335ee2b2..bede24a1 100644 --- a/compiler/modules/bank.py +++ b/compiler/modules/bank.py @@ -912,8 +912,8 @@ class bank(design.design): if not self.col_addr_size>0: return - stack = layer_props.bank.stack - pitch = layer_props.bank.pitch + stack = getattr(self, layer_props.bank.stack) + pitch = getattr(self, layer_props.bank.pitch) if self.col_addr_size == 1: