rubytest-ruby.py (8808:8af87554ad7e) rubytest-ruby.py (8839:eeb293859255)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# Copyright (c) 2009 Advanced Micro Devices, Inc.
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;

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

83# artifical delay is randomly inserted on messages
84#
85system.ruby.randomization = True
86
87for ruby_port in system.ruby._cpu_ruby_ports:
88 #
89 # Tie the ruby tester ports to the ruby cpu ports
90 #
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# Copyright (c) 2009 Advanced Micro Devices, Inc.
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;

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

83# artifical delay is randomly inserted on messages
84#
85system.ruby.randomization = True
86
87for ruby_port in system.ruby._cpu_ruby_ports:
88 #
89 # Tie the ruby tester ports to the ruby cpu ports
90 #
91 tester.cpuPort = ruby_port.port
91 tester.cpuPort = ruby_port.slave
92
93 #
94 # Tell the sequencer this is the ruby tester so that it
95 # copies the subblock back to the checker
96 #
97 ruby_port.using_ruby_tester = True
98
99 #

--- 14 unchanged lines hidden ---
92
93 #
94 # Tell the sequencer this is the ruby tester so that it
95 # copies the subblock back to the checker
96 #
97 ruby_port.using_ruby_tester = True
98
99 #

--- 14 unchanged lines hidden ---