SConscript (9057:f5ee56466b91) SConscript (9384:877293183bdf)
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

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

54 Source('tlb.cc')
55 Source('tru64/process.cc')
56 Source('tru64/system.cc')
57 Source('tru64/tru64.cc')
58 Source('utility.cc')
59 Source('vtophys.cc')
60
61 SimObject('AlphaInterrupts.py')
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

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

54 Source('tlb.cc')
55 Source('tru64/process.cc')
56 Source('tru64/system.cc')
57 Source('tru64/tru64.cc')
58 Source('utility.cc')
59 Source('vtophys.cc')
60
61 SimObject('AlphaInterrupts.py')
62 SimObject('AlphaISA.py')
62 SimObject('AlphaSystem.py')
63 SimObject('AlphaTLB.py')
64
65
66 # Add in files generated by the ISA description.
67 isa_desc_files = env.ISADesc('isa/main.isa')
68 # Only non-header files need to be compiled.
69 for f in isa_desc_files:
70 if not f.path.endswith('.hh'):
71 Source(f)
63 SimObject('AlphaSystem.py')
64 SimObject('AlphaTLB.py')
65
66
67 # Add in files generated by the ISA description.
68 isa_desc_files = env.ISADesc('isa/main.isa')
69 # Only non-header files need to be compiled.
70 for f in isa_desc_files:
71 if not f.path.endswith('.hh'):
72 Source(f)