SConscript (6329:5d8b91875859) SConscript (6330:786136379872)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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
32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('ev5.cc')
36 Source('faults.cc')
37 Source('ipr.cc')
38 Source('isa.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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
32Import('*')
33
34if env['TARGET_ISA'] == 'alpha':
35 Source('ev5.cc')
36 Source('faults.cc')
37 Source('ipr.cc')
38 Source('isa.cc')
39 Source('miscregfile.cc')
40 Source('pagetable.cc')
41 Source('regredir.cc')
42 Source('remote_gdb.cc')
43 Source('tlb.cc')
44 Source('utility.cc')
45
46 SimObject('AlphaTLB.py')
47

--- 31 unchanged lines hidden ---
39 Source('pagetable.cc')
40 Source('regredir.cc')
41 Source('remote_gdb.cc')
42 Source('tlb.cc')
43 Source('utility.cc')
44
45 SimObject('AlphaTLB.py')
46

--- 31 unchanged lines hidden ---