SConscript (11705:d40bdd3c5778) SConscript (12222:6db0fc7407a5)
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

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

56 Source('vtophys.cc')
57
58 SimObject('AlphaInterrupts.py')
59 SimObject('AlphaISA.py')
60 SimObject('AlphaSystem.py')
61 SimObject('AlphaTLB.py')
62
63 # Add in files generated by the ISA description.
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

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

56 Source('vtophys.cc')
57
58 SimObject('AlphaInterrupts.py')
59 SimObject('AlphaISA.py')
60 SimObject('AlphaSystem.py')
61 SimObject('AlphaTLB.py')
62
63 # Add in files generated by the ISA description.
64 env.ISADesc('isa/main.isa')
64 ISADesc('isa/main.isa')