SConscript (5933:8b9bc09b149c) | SConscript (6313:95f69a436c82) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-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 --- 82 unchanged lines hidden (view full) --- 91 Source('floatregfile.cc') 92 Source('faults.cc') 93 Source('insts/microfpop.cc') 94 Source('insts/microldstop.cc') 95 Source('insts/microop.cc') 96 Source('insts/microregop.cc') 97 Source('insts/static_inst.cc') 98 Source('intregfile.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-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 --- 82 unchanged lines hidden (view full) --- 91 Source('floatregfile.cc') 92 Source('faults.cc') 93 Source('insts/microfpop.cc') 94 Source('insts/microldstop.cc') 95 Source('insts/microop.cc') 96 Source('insts/microregop.cc') 97 Source('insts/static_inst.cc') 98 Source('intregfile.cc') |
99 Source('isa.cc') |
|
99 Source('miscregfile.cc') 100 Source('pagetable.cc') 101 Source('predecoder.cc') 102 Source('predecoder_tables.cc') 103 Source('regfile.cc') 104 Source('remote_gdb.cc') 105 Source('tlb.cc') 106 Source('utility.cc') --- 257 unchanged lines hidden --- | 100 Source('miscregfile.cc') 101 Source('pagetable.cc') 102 Source('predecoder.cc') 103 Source('predecoder_tables.cc') 104 Source('regfile.cc') 105 Source('remote_gdb.cc') 106 Source('tlb.cc') 107 Source('utility.cc') --- 257 unchanged lines hidden --- |