SConscript (8335:9228e00459d4) SConscript (8492:1ad244a20877)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions are

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

30
31Import('*')
32
33#
34# Currently the ruby testser relies on Ruby specific objects (SubBlock, etc.)
35# When this dependency is removed, the ruby tester should be compiled
36# independently from Ruby
37#
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# Copyright (c) 2009-2010 Advanced Micro Devices, Inc.
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions are

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

30
31Import('*')
32
33#
34# Currently the ruby testser relies on Ruby specific objects (SubBlock, etc.)
35# When this dependency is removed, the ruby tester should be compiled
36# independently from Ruby
37#
38if not env['RUBY']:
38if env['PROTOCOL'] == 'None':
39 Return()
40
41SimObject('RubyDirectedTester.py')
42
43Source('RubyDirectedTester.cc')
44Source('DirectedGenerator.cc')
45Source('SeriesRequestGenerator.cc')
46Source('InvalidateGenerator.cc')
47
48DebugFlag('DirectedTest')
39 Return()
40
41SimObject('RubyDirectedTester.py')
42
43Source('RubyDirectedTester.cc')
44Source('DirectedGenerator.cc')
45Source('SeriesRequestGenerator.cc')
46Source('InvalidateGenerator.cc')
47
48DebugFlag('DirectedTest')