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

/gem5/configs/common/
H A DCacheConfig.pydiff 9522:9290a0198c50 Fri Feb 15 17:40:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> config: Remove O3 dependencies

The default cache configuration script currently import the O3_ARM_v7a
model configuration, which depends on the O3 CPU. This breaks if gem5
has been compiled without O3 support. This changeset removes the
dependency by only importing the model if it is requested by the
user. As a bonus, it actually removes some code duplication in the
configuration scripts.

Completed in 12 milliseconds