summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
AgeCommit message (Expand)Author
2010-08-22X86: Get rid of unused file arguments.hh.Gabe Black
2010-03-10scons: import ply to work around scons sys.path weirdnessNathan Binkert
2010-02-26cpu_models: get rid of cpu_models.py and move the stuff into SConsNathan Binkert
2010-02-26isa_parser: Make SCons import the isa_parserNathan Binkert
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-05-12inorder-alpha-port: initial inorder support of ALPHAKorey Sewell
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-25ISA: Set up common trace flags for tracing registers.Gabe Black
2008-10-12CPU: Create a microcode ROM object in the CPU which is defined by the ISA.Gabe Black
2007-11-08ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs.Gabe Black
2007-07-28style: Check/Fix whitespace on SCons filesNathan Binkert
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Made kern a switching header file directory.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-03Add a new file which describes an ISA's interrupt handling mechanism. It reco...Gabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-08-15Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph...Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-14Fix the CheckerCPU being included via python.Kevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-12Fix python binary name in arch/SConscript.Steve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22Get rid of FastCPU model.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt