MOESI_CMP_token.py (11022:e6e3b7097810) MOESI_CMP_token.py (11065:37e19af67f62)
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;

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

264 io_controller.responseFromDir = MessageBuffer(ordered = True)
265 io_controller.responseFromDir.slave = ruby_system.network.master
266 io_controller.reqToDirectory = MessageBuffer()
267 io_controller.reqToDirectory.master = ruby_system.network.slave
268
269 all_cntrls = all_cntrls + [io_controller]
270
271
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;

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

264 io_controller.responseFromDir = MessageBuffer(ordered = True)
265 io_controller.responseFromDir.slave = ruby_system.network.master
266 io_controller.reqToDirectory = MessageBuffer()
267 io_controller.reqToDirectory.master = ruby_system.network.slave
268
269 all_cntrls = all_cntrls + [io_controller]
270
271
272 ruby_system.network.number_of_virtual_networks = 6
272 topology = create_topology(all_cntrls, options)
273 return (cpu_sequencers, dir_cntrl_nodes, topology)
273 topology = create_topology(all_cntrls, options)
274 return (cpu_sequencers, dir_cntrl_nodes, topology)