SConscript (9040:cdfe09f9bdee) SConscript (9057:f5ee56466b91)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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

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

37 Source('decoder.cc')
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/integer.cc')
41 Source('insts/floating.cc')
42 Source('insts/condition.cc')
43 Source('insts/static_inst.cc')
44 Source('interrupts.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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

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

37 Source('decoder.cc')
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/integer.cc')
41 Source('insts/floating.cc')
42 Source('insts/condition.cc')
43 Source('insts/static_inst.cc')
44 Source('interrupts.cc')
45 Source('isa_traits.cc')
46 Source('linux/linux.cc')
47 Source('linux/process.cc')
48 Source('pagetable.cc')
49 Source('process.cc')
50 Source('stacktrace.cc')
51 Source('tlb.cc')
52 Source('utility.cc')
53 Source('vtophys.cc')

--- 14 unchanged lines hidden ---
45 Source('linux/linux.cc')
46 Source('linux/process.cc')
47 Source('pagetable.cc')
48 Source('process.cc')
49 Source('stacktrace.cc')
50 Source('tlb.cc')
51 Source('utility.cc')
52 Source('vtophys.cc')

--- 14 unchanged lines hidden ---