SConscript (9480:d059f8a95a42) SConscript (9919:803903a8dac1)
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

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

51 Source('fetch.cc')
52 Source('free_list.cc')
53 Source('fu_pool.cc')
54 Source('iew.cc')
55 Source('inst_queue.cc')
56 Source('lsq.cc')
57 Source('lsq_unit.cc')
58 Source('mem_dep_unit.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

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

51 Source('fetch.cc')
52 Source('free_list.cc')
53 Source('fu_pool.cc')
54 Source('iew.cc')
55 Source('inst_queue.cc')
56 Source('lsq.cc')
57 Source('lsq_unit.cc')
58 Source('mem_dep_unit.cc')
59 Source('regfile.cc')
59 Source('rename.cc')
60 Source('rename_map.cc')
61 Source('rob.cc')
62 Source('scoreboard.cc')
63 Source('store_set.cc')
64 Source('thread_context.cc')
65
66 DebugFlag('LSQ')

--- 15 unchanged lines hidden ---
60 Source('rename.cc')
61 Source('rename_map.cc')
62 Source('rob.cc')
63 Source('scoreboard.cc')
64 Source('store_set.cc')
65 Source('thread_context.cc')
66
67 DebugFlag('LSQ')

--- 15 unchanged lines hidden ---