Deleted Added
sdiff udiff text old ( 10664:61a0b02aa800 ) new ( 10695:ef2c71a5f02e )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

30
31Import('*')
32
33if env['TARGET_ISA'] == 'null':
34 SimObject('IntrControl.py')
35 Source('intr_control_noisa.cc')
36 Return()
37
38SimObject('CheckerCPU.py')
39
40SimObject('BaseCPU.py')
41SimObject('CPUTracers.py')
42SimObject('FuncUnit.py')
43SimObject('IntrControl.py')
44SimObject('TimingExpr.py')
45

--- 65 unchanged lines hidden ---