MOESI_CMP_token.py (13731:67cd980cb20f) MOESI_CMP_token.py (13885:d10ea5e56cb0)
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;

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

260 io_controller.mandatoryQueue = MessageBuffer()
261 io_controller.responseFromDir = MessageBuffer(ordered = True)
262 io_controller.responseFromDir.slave = ruby_system.network.master
263 io_controller.reqToDirectory = MessageBuffer()
264 io_controller.reqToDirectory.master = ruby_system.network.slave
265
266 all_cntrls = all_cntrls + [io_controller]
267
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;

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

260 io_controller.mandatoryQueue = MessageBuffer()
261 io_controller.responseFromDir = MessageBuffer(ordered = True)
262 io_controller.responseFromDir.slave = ruby_system.network.master
263 io_controller.reqToDirectory = MessageBuffer()
264 io_controller.reqToDirectory.master = ruby_system.network.slave
265
266 all_cntrls = all_cntrls + [io_controller]
267
268
269 ruby_system.network.number_of_virtual_networks = 6
270 topology = create_topology(all_cntrls, options)
271 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)
268 ruby_system.network.number_of_virtual_networks = 6
269 topology = create_topology(all_cntrls, options)
270 return (cpu_sequencers, mem_dir_cntrl_nodes, topology)