Searched hist:11257 (Results 1 - 2 of 2) sorted by relevance

/gem5/util/cpt_upgraders/
H A Darm-gem5-gic-ext.py11257:39c4dcba7131 Fri Sep 18 11:49:00 EDT 2015 Karthik Sangaiah <karthik.sangaiah@arm.com> dev, arm: Add gem5 extensions to support more than 8 cores

Previous ARM-based simulations were limited to 8 cores due to
limitations in GICv2 and earlier. This changeset adds a set of
gem5-specific extensions that enable support for up to 256 cores.

When the gem5 extensions are enabled, the GIC uses CPU IDs instead of
a CPU bitmask in the GIC's register interface. To OS can enable the
extensions by setting bit 0x200 in ICDICTR.

This changeset is based on previous work by Matt Evans.
/gem5/src/systemc/tests/
H A Dverify.py12903:f81321fad993 Fri Jun 15 18:52:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Add a filter-file option.

The --filter option is very useful, but can get to be long and complex
and a bit too cumbersome to use from the command line. This change
adds a --filter-file option which is mutually exclusive with --filter
and which reads the filter expression from a file instead of accepting
it on the command line.

Change-Id: I381c92ddf0d9fe62acd20432fa4868e2121405b8
Reviewed-on: https://gem5-review.googlesource.com/11257
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 9 milliseconds