[gem5-dev] Re: version of pybind11 without everything in the headers

2021-02-08 Thread Ciro Santilli via gem5-dev
Gabe, Following a long chain of links from those patches should eventually lead to: https://github.com/pybind/pybind11/pull/2445 passing through https://gem5.atlassian.net/browse/GEM5-572 The current status is: upstream has said they will merge my split patch at some point. But since it

[gem5-dev] Status of Compiler-Checks tests

2020-11-02 Thread Ciro Santilli via gem5-dev
Hi all, We noticed that a recent change https://gem5-review.googlesource.com/c/public/gem5/+/35856 broke the Build on GCC 5.4: build/ARM/dev/reg_bank.test.cc:29:32: error: unknown option after '#pragma GCC diagnostic' kind [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wdeprecated-copy"

[gem5-dev] Re: ARM full system boot that uses the HDLCD?

2020-11-02 Thread Ciro Santilli via gem5-dev
Gabe, last time I touched HDLCD a while back, it worked on fs.py with this setup: https://stackoverflow.com/questions/50364863/how-to-get-graphical-gui-output-and-user-touch-keyboard-mouse-input-in-a-ful/50364864#50364864 I suppose the other main in-tree arm scripts would also work.

[gem5-dev] Re: The Nightly Build system is now Live (Compiler tests too!)

2020-07-28 Thread Ciro Santilli via gem5-dev
Fantastic!!! Which infrastructure does it run on? Google Cloud or something else? From: Bobby Bruce via gem5-dev Sent: Monday, July 27, 2020 7:54 PM To: gem5 Developer List Cc: Bobby Bruce Subject: [gem5-dev] The Nightly Build system is now Live (Compiler tests

[gem5-dev] Re: [Suggestion] Replace gem5-users mailing-list with Discourse

2020-06-10 Thread Ciro Santilli via gem5-dev
I would just use JIRA. But after that, Discourse is the second best. And anything is better than a mailing list :-) From: Jason Lowe-Power via gem5-dev Sent: Tuesday, June 9, 2020 11:40 PM To: gem5 Developer List Cc: gem5 users mailing list ; Jason Lowe-Power

[gem5-dev] Re: ISA description structure

2020-05-31 Thread Ciro Santilli via gem5-dev
Gabe, I just want to say, I would be REALLY happy if those monolithic files were split up somehow, to improve rebuild times and not crash my debuggers/IDEs, if someone manages that it would be amazing. I was also thinking about the scons approach you mentioned, where we can generate one

[gem5-dev] Re: Debugging application inside gem5 (m5term)

2020-05-19 Thread Ciro Santilli via gem5-dev
For the gdbserver approach, I haven't found a guest to host networking possibility in gem5 yet: https://stackoverflow.com/questions/48941494/how-to-do-port-forwarding-from-guest-to-host-and-vice-versa-in-gem5 but maybe I missed it. For a non-gdbserver approach, have you tried add-symbol-file as

[gem5-dev] Re: c64 simulation

2020-05-11 Thread Ciro Santilli via gem5-dev
So this adds a new ISA is that correct? I say add it to the main tree, it could serve as a good small ISA example. Is it running ROMs fine? Is the simulation fast enough for interactive play? Wiki says it run at 1MHz so its just about what Atomic does, so I'm guessing it could.

[gem5-dev] Patchset to optionally reduce the size of stats.txt

2020-05-06 Thread Ciro Santilli via gem5-dev
At https://gem5-review.googlesource.com/c/public/gem5/+/28630/1 I have created a patchset to optionally reduce the size of stats.txt by making some simple reductions that users can enable from the command line (namely: remove alignment spaces, dumping only stats under selected SimObject