cpu: Remove Ozone CPU from the source tree
The Ozone CPU is now very much out of date and completely non-functional, with no one actively working on restoring it. It is a source of confusion for new users who attempt to use it before realizing its current state. RIP
This commit is contained in:
@@ -32,11 +32,6 @@ import sys
|
||||
|
||||
Import('*')
|
||||
|
||||
if 'O3CPU' in env['CPU_MODELS'] or 'OzoneCPU' in env['CPU_MODELS']:
|
||||
DebugFlag('CommitRate')
|
||||
DebugFlag('IEW')
|
||||
DebugFlag('IQ')
|
||||
|
||||
if 'O3CPU' in env['CPU_MODELS']:
|
||||
SimObject('FUPool.py')
|
||||
SimObject('FuncUnitConfig.py')
|
||||
@@ -64,6 +59,9 @@ if 'O3CPU' in env['CPU_MODELS']:
|
||||
Source('store_set.cc')
|
||||
Source('thread_context.cc')
|
||||
|
||||
DebugFlag('CommitRate')
|
||||
DebugFlag('IEW')
|
||||
DebugFlag('IQ')
|
||||
DebugFlag('LSQ')
|
||||
DebugFlag('LSQUnit')
|
||||
DebugFlag('MemDepUnit')
|
||||
|
||||
Reference in New Issue
Block a user