SConscript (12326:e88962df29d4) SConscript (12369:6811cd264242)
1# Copyright (c) 2015 RISC-V Foundation
2# Copyright (c) 2017 The University of Virginia
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

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

26# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27#
28# Authors: Alec Roelke
29
30Import('*')
31
32if env['TARGET_ISA'] == 'riscv':
33 Source('amo.cc')
1# Copyright (c) 2015 RISC-V Foundation
2# Copyright (c) 2017 The University of Virginia
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions are
7# met: redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer;

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

26# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27#
28# Authors: Alec Roelke
29
30Import('*')
31
32if env['TARGET_ISA'] == 'riscv':
33 Source('amo.cc')
34 Source('compressed.cc')
34 Source('mem.cc')
35 Source('standard.cc')
36 Source('static_inst.cc')
35 Source('mem.cc')
36 Source('standard.cc')
37 Source('static_inst.cc')