ruby_random_test.py (8803:f6c5785bc8fd) ruby_random_test.py (8845:a230379caf65)
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;

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

105# artifical delay is randomly inserted on messages
106#
107system.ruby.randomization = True
108
109for ruby_port in system.ruby._cpu_ruby_ports:
110 #
111 # Tie the ruby tester ports to the ruby cpu ports
112 #
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;

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

105# artifical delay is randomly inserted on messages
106#
107system.ruby.randomization = True
108
109for ruby_port in system.ruby._cpu_ruby_ports:
110 #
111 # Tie the ruby tester ports to the ruby cpu ports
112 #
113 tester.cpuPort = ruby_port.port
113 tester.cpuPort = ruby_port.slave
114
115 #
116 # Tell each sequencer this is the ruby tester so that it
117 # copies the subblock back to the checker
118 #
119 ruby_port.using_ruby_tester = True
120
121 #

--- 22 unchanged lines hidden ---
114
115 #
116 # Tell each sequencer this is the ruby tester so that it
117 # copies the subblock back to the checker
118 #
119 ruby_port.using_ruby_tester = True
120
121 #

--- 22 unchanged lines hidden ---