Searched hist:5341 (Results 1 - 3 of 3) sorted by relevance
/gem5/configs/common/ | ||
H A D | SysPaths.py | diff 12233:53cf2e32cb59 Mon Oct 30 21:31:00 EDT 2017 Gabe Black <gabeblack@google.com> config: Rework the SysPaths functions into functors. These functions were already being treated as psuedo objects and had properties assigned to them setting what their paths were. That's a bit unusual and made it less obvious what the code was doing, but also forced the "system" function to know what all the possible path searching functions were so that they'd have their "path" property initialized properly in a central location. This change introduces a PathSearcFunc class which encapsulates the mechanisms of the old code and makes it implicitly extensible so that other path searching functions which might look in other directories can be added in other places. Change-Id: I7be28e51481a06ec83997677af99927709b18003 Reviewed-on: https://gem5-review.googlesource.com/5341 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
/gem5/src/ | ||
H A D | SConscript | diff 5341:4efeab4cc2a5 Tue Feb 05 20:40:00 EST 2008 Steve Reinhardt <stever@gmail.com> Make EXTRAS work for SConsopts too. Requires pushing source files down into 'src' subdir relative to directory listed in EXTRAS. |
/gem5/ | ||
H A D | SConstruct | diff 5341:4efeab4cc2a5 Tue Feb 05 20:40:00 EST 2008 Steve Reinhardt <stever@gmail.com> Make EXTRAS work for SConsopts too. Requires pushing source files down into 'src' subdir relative to directory listed in EXTRAS. |
Completed in 115 milliseconds