Have this at the end of elaborate:
```python
        m = ResetInserter(~self.s_axi_aresetn)(m)
        return m
```