SConscript (9057:f5ee56466b91) SConscript (9384:877293183bdf)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48 Source('remote_gdb.cc')
49 Source('stacktrace.cc')
50 Source('system.cc')
51 Source('tlb.cc')
52 Source('utility.cc')
53 Source('vtophys.cc')
54
55 SimObject('MipsInterrupts.py')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48 Source('remote_gdb.cc')
49 Source('stacktrace.cc')
50 Source('system.cc')
51 Source('tlb.cc')
52 Source('utility.cc')
53 Source('vtophys.cc')
54
55 SimObject('MipsInterrupts.py')
56 SimObject('MipsISA.py')
56 SimObject('MipsSystem.py')
57 SimObject('MipsTLB.py')
58
59 DebugFlag('MipsPRA')
60
61 # Add in files generated by the ISA description.
62 isa_desc_files = env.ISADesc('isa/main.isa')
63 # Only non-header files need to be compiled.
64 for f in isa_desc_files:
65 if not f.path.endswith('.hh'):
66 Source(f)
57 SimObject('MipsSystem.py')
58 SimObject('MipsTLB.py')
59
60 DebugFlag('MipsPRA')
61
62 # Add in files generated by the ISA description.
63 isa_desc_files = env.ISADesc('isa/main.isa')
64 # Only non-header files need to be compiled.
65 for f in isa_desc_files:
66 if not f.path.endswith('.hh'):
67 Source(f)