SConscript (6313:95f69a436c82) SConscript (6315:c7295a4826d5)
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

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

31# Korey Sewell
32
33Import('*')
34
35if env['TARGET_ISA'] == 'mips':
36 Source('faults.cc')
37 Source('isa.cc')
38 Source('regfile/int_regfile.cc')
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

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

31# Korey Sewell
32
33Import('*')
34
35if env['TARGET_ISA'] == 'mips':
36 Source('faults.cc')
37 Source('isa.cc')
38 Source('regfile/int_regfile.cc')
39 Source('regfile/float_regfile.cc')
40 Source('regfile/misc_regfile.cc')
41 Source('regfile/regfile.cc')
42 Source('tlb.cc')
43 Source('pagetable.cc')
44 Source('utility.cc')
45 Source('dsp.cc')
46
47 SimObject('MipsTLB.py')

--- 24 unchanged lines hidden ---
39 Source('regfile/misc_regfile.cc')
40 Source('regfile/regfile.cc')
41 Source('tlb.cc')
42 Source('pagetable.cc')
43 Source('utility.cc')
44 Source('dsp.cc')
45
46 SimObject('MipsTLB.py')

--- 24 unchanged lines hidden ---