[gem5-users] PARSEC benchmarks SE mode

2022-04-28 Thread John H
Hi, I am trying to run the PARSEC benchmark for MESI 2 level in SE mode for a simple timing CPU. Is there a script to run this? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[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