gem5/src/arch
Gabe Black ab3704170e ISA parser: Loosen the regular expressions matching filenames.
The regular expressions matching filenames in the ##include directives and the
internally generated ##newfile directives where only looking for filenames
composed of alpha numeric characters, periods, and dashes. In Unix/Linux, the
rules for what characters can be in a filename are much looser than that. This
change replaces those expressions with ones that look for anything other than
a quote character. Technically quote characters are allowed as well so we
should allow escaping them somehow, but the additional complexity probably
isn't worth it.
2011-06-07 00:46:54 -07:00
..
alpha copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00
arm scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
generic copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00
mips scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
noisa SCons: Support building without an ISA 2010-11-19 18:00:39 -06:00
power scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
sparc scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
x86 scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
isa_parser.py ISA parser: Loosen the regular expressions matching filenames. 2011-06-07 00:46:54 -07:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00