SConscript (11308:7d8836fd043d) SConscript (11692:e772fdcd3809)
1# -*- mode:python -*-
2
3# Copyright (c) 2015 Advanced Micro Devices, Inc.
4# All rights reserved.
5#
6# For use for simulation and test purposes only
7#
8# Redistribution and use in source and binary forms, with or without

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

38
39if not env['BUILD_GPU']:
40 Return()
41
42if env['TARGET_GPU_ISA'] == 'hsail':
43 env.Command(['insts/gen_decl.hh', 'gpu_decoder.cc', 'insts/gen_exec.cc'],
44 'gen.py', '$SOURCE $TARGETS')
45
1# -*- mode:python -*-
2
3# Copyright (c) 2015 Advanced Micro Devices, Inc.
4# All rights reserved.
5#
6# For use for simulation and test purposes only
7#
8# Redistribution and use in source and binary forms, with or without

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

38
39if not env['BUILD_GPU']:
40 Return()
41
42if env['TARGET_GPU_ISA'] == 'hsail':
43 env.Command(['insts/gen_decl.hh', 'gpu_decoder.cc', 'insts/gen_exec.cc'],
44 'gen.py', '$SOURCE $TARGETS')
45
46 Source('generic_types.cc')
47 Source('gpu_decoder.cc')
48 Source('insts/branch.cc')
49 Source('insts/gen_exec.cc')
50 Source('insts/gpu_static_inst.cc')
51 Source('insts/main.cc')
52 Source('insts/pseudo_inst.cc')
53 Source('insts/mem.cc')
54 Source('operand.cc')
46 Source('gpu_decoder.cc')
47 Source('insts/branch.cc')
48 Source('insts/gen_exec.cc')
49 Source('insts/gpu_static_inst.cc')
50 Source('insts/main.cc')
51 Source('insts/pseudo_inst.cc')
52 Source('insts/mem.cc')
53 Source('operand.cc')