[gem5-users] Re: Adding DmaDevice leads to TypeError: No constructor defined

2022-04-28 Thread rshankar2
Thanks again Jason. Will do per your guidance below. From: Jason Lowe-Power Sent: Thursday, April 28, 2022 11:00 AM To: rshank...@austin.rr.com Cc: gem5 users mailing list Subject: Re: [gem5-users] Re: Adding DmaDevice leads to TypeError: No constructor defined Hello, The

[gem5-users] Re: Adding DmaDevice leads to TypeError: No constructor defined

2022-04-28 Thread Jason Lowe-Power
Hello, The `DMADevice` is also abstract. See https://gem5.googlesource.com/public/gem5/+/refs/heads/stable/src/dev/Device.py#82 Maybe what you're trying to do would be best accomplished by adding a new SimObject which inherits from DMADevice. Cheers, Jason On Wed, Apr 27, 2022 at 9:45 AM wrote

[gem5-users] Re: Adding DmaDevice leads to TypeError: No constructor defined

2022-04-27 Thread rshankar2
Jason, Thanks for again for the fix related to PioDevice & your guidance to use DmaDevice DmaDevice also provides same “No Constructor TypeError” which checking the dma_device.cc – the constructor is empty Traceback (most recent call last): File "", line 1, in File "build/X