127c127,128
< # store the dma devices for later connection to dma ruby ports
---
> # Store the dma devices for later connection to dma ruby ports.
> # Append an underscore to dma_devices to avoid the SimObjectVector check.
129c130
< self.dma_devices = [self.tsunami.ide, self.tsunami.ethernet]
---
> self._dma_devices = [self.tsunami.ide, self.tsunami.ethernet]