SConscript (9384:877293183bdf) SConscript (10196:be0e1724eb39)
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

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

58 Source('utility.cc')
59 Source('vtophys.cc')
60
61 SimObject('AlphaInterrupts.py')
62 SimObject('AlphaISA.py')
63 SimObject('AlphaSystem.py')
64 SimObject('AlphaTLB.py')
65
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

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

58 Source('utility.cc')
59 Source('vtophys.cc')
60
61 SimObject('AlphaInterrupts.py')
62 SimObject('AlphaISA.py')
63 SimObject('AlphaSystem.py')
64 SimObject('AlphaTLB.py')
65
66
67 # Add in files generated by the ISA description.
66 # 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)
67 env.ISADesc('isa/main.isa')