MOESI_CMP_directory.py (11022:e6e3b7097810) MOESI_CMP_directory.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;

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

236 io_controller.reqToDir.master = ruby_system.network.slave
237 io_controller.respToDir = MessageBuffer()
238 io_controller.respToDir.master = ruby_system.network.slave
239 io_controller.triggerQueue = MessageBuffer(ordered = True)
240
241 all_cntrls = all_cntrls + [io_controller]
242
243
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;

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

236 io_controller.reqToDir.master = ruby_system.network.slave
237 io_controller.respToDir = MessageBuffer()
238 io_controller.respToDir.master = ruby_system.network.slave
239 io_controller.triggerQueue = MessageBuffer(ordered = True)
240
241 all_cntrls = all_cntrls + [io_controller]
242
243
244 ruby_system.network.number_of_virtual_networks = 3
244 topology = create_topology(all_cntrls, options)
245 return (cpu_sequencers, dir_cntrl_nodes, topology)
245 topology = create_topology(all_cntrls, options)
246 return (cpu_sequencers, dir_cntrl_nodes, topology)