SConscript (8335:9228e00459d4) SConscript (8887:20ea02da9c53)
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

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

73 DebugFlag('Scoreboard')
74 DebugFlag('StoreSet')
75 DebugFlag('Writeback')
76
77 CompoundFlag('O3CPUAll', [ 'Fetch', 'Decode', 'Rename', 'IEW', 'Commit',
78 'IQ', 'ROB', 'FreeList', 'LSQ', 'LSQUnit', 'StoreSet', 'MemDepUnit',
79 'DynInst', 'O3CPU', 'Activity', 'Scoreboard', 'Writeback' ])
80
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

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

73 DebugFlag('Scoreboard')
74 DebugFlag('StoreSet')
75 DebugFlag('Writeback')
76
77 CompoundFlag('O3CPUAll', [ 'Fetch', 'Decode', 'Rename', 'IEW', 'Commit',
78 'IQ', 'ROB', 'FreeList', 'LSQ', 'LSQUnit', 'StoreSet', 'MemDepUnit',
79 'DynInst', 'O3CPU', 'Activity', 'Scoreboard', 'Writeback' ])
80
81 if env['USE_CHECKER']:
82 SimObject('O3Checker.py')
83 Source('checker_builder.cc')
81 SimObject('O3Checker.py')
82 Source('checker_builder.cc')