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 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 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('RubyTester.py') 42 43Source('RubyTester.cc') 44Source('Check.cc') 45Source('CheckTable.cc') 46 47DebugFlag('RubyTest') | 39 Return() 40 41SimObject('RubyTester.py') 42 43Source('RubyTester.cc') 44Source('Check.cc') 45Source('CheckTable.cc') 46 47DebugFlag('RubyTest') |