SConscript (8887:20ea02da9c53) | SConscript (9340:40f8c6a8f38d) |
---|---|
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 --- 65 unchanged lines hidden (view full) --- 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 SimObject('O3Checker.py') | 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 --- 65 unchanged lines hidden (view full) --- 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 SimObject('O3Checker.py') |
82 Source('checker_builder.cc') | 82 Source('checker.cc') |