You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I have defined system.copyengine in RealView.py so it is not the issue.
With this configuration, I am getting below error when I try to start the simulation: src/dev/dma_device.cc:163: panic: panic condition !dmaPort.isConnected() occurred: DMA port of system.copyengine not connected to anything!
I see that a very similar issue is filed here, but I could not find a solution anywhere.
Is this a bug? If not, what is the correct way to connect the DmaPort of the CopyEngine to the system?
Some additional things I tried:
I observed that the CopyEngine device is defined as below:
I observed that the dma is defined as a VectorRequestPort.
Therefore, I tried connecting the CopyEngine.dma[0] port manually to the PCI host.
But I still got the same error with this configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to connect the CopyEngine device to an ARM bigLITTLE system (by editing configs/example/arm/dist_bigLITTLE.py).
I tried to connect it like this:
Note that I have defined system.copyengine in RealView.py so it is not the issue.
With this configuration, I am getting below error when I try to start the simulation:
src/dev/dma_device.cc:163: panic: panic condition !dmaPort.isConnected() occurred: DMA port of system.copyengine not connected to anything!
I see that a very similar issue is filed here, but I could not find a solution anywhere.
Is this a bug? If not, what is the correct way to connect the DmaPort of the CopyEngine to the system?
Some additional things I tried:
I observed that the CopyEngine device is defined as below:
I observed that the dma is defined as a VectorRequestPort.
Therefore, I tried connecting the CopyEngine.dma[0] port manually to the PCI host.
But I still got the same error with this configuration.
I would really appreciate any help on this.
Beta Was this translation helpful? Give feedback.
All reactions