SConscript (5647:b06b49498c79) | SConscript (6313:95f69a436c82) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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 --- 23 unchanged lines hidden (view full) --- 32Import('*') 33 34if env['TARGET_ISA'] == 'alpha': 35 Source('ev5.cc') 36 Source('faults.cc') 37 Source('floatregfile.cc') 38 Source('intregfile.cc') 39 Source('ipr.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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 --- 23 unchanged lines hidden (view full) --- 32Import('*') 33 34if env['TARGET_ISA'] == 'alpha': 35 Source('ev5.cc') 36 Source('faults.cc') 37 Source('floatregfile.cc') 38 Source('intregfile.cc') 39 Source('ipr.cc') |
40 Source('isa.cc') |
|
40 Source('miscregfile.cc') 41 Source('pagetable.cc') 42 Source('regfile.cc') 43 Source('remote_gdb.cc') 44 Source('tlb.cc') 45 Source('utility.cc') 46 47 SimObject('AlphaTLB.py') --- 32 unchanged lines hidden --- | 41 Source('miscregfile.cc') 42 Source('pagetable.cc') 43 Source('regfile.cc') 44 Source('remote_gdb.cc') 45 Source('tlb.cc') 46 Source('utility.cc') 47 48 SimObject('AlphaTLB.py') --- 32 unchanged lines hidden --- |