SConscript (11320:42ecb523c64a) SConscript (12222:6db0fc7407a5)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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('vtophys.cc')
55
56 SimObject('PowerInterrupts.py')
57 SimObject('PowerISA.py')
58 SimObject('PowerTLB.py')
59
60 DebugFlag('Power')
61
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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('vtophys.cc')
55
56 SimObject('PowerInterrupts.py')
57 SimObject('PowerISA.py')
58 SimObject('PowerTLB.py')
59
60 DebugFlag('Power')
61
62 env.ISADesc('isa/main.isa')
62 ISADesc('isa/main.isa')