SConscript (9340:40f8c6a8f38d) | SConscript (9341:a0eff1e9c773) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41 SimObject('FUPool.py') 42 SimObject('FuncUnitConfig.py') 43 SimObject('O3CPU.py') 44 45 Source('base_dyn_inst.cc') 46 Source('bpred_unit.cc') 47 Source('commit.cc') 48 Source('cpu.cc') | 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 --- 32 unchanged lines hidden (view full) --- 41 SimObject('FUPool.py') 42 SimObject('FuncUnitConfig.py') 43 SimObject('O3CPU.py') 44 45 Source('base_dyn_inst.cc') 46 Source('bpred_unit.cc') 47 Source('commit.cc') 48 Source('cpu.cc') |
49 Source('cpu_builder.cc') | 49 Source('deriv.cc') |
50 Source('decode.cc') 51 Source('dyn_inst.cc') 52 Source('fetch.cc') 53 Source('free_list.cc') 54 Source('fu_pool.cc') 55 Source('iew.cc') 56 Source('inst_queue.cc') 57 Source('lsq.cc') --- 25 unchanged lines hidden --- | 50 Source('decode.cc') 51 Source('dyn_inst.cc') 52 Source('fetch.cc') 53 Source('free_list.cc') 54 Source('fu_pool.cc') 55 Source('iew.cc') 56 Source('inst_queue.cc') 57 Source('lsq.cc') --- 25 unchanged lines hidden --- |