Throttle.hh (11092:a51ef09e3a78) Throttle.hh (11108:6342ddf6d733)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

39#define __MEM_RUBY_NETWORK_SIMPLE_THROTTLE_HH__
40
41#include <iostream>
42#include <string>
43#include <vector>
44
45#include "mem/ruby/common/Consumer.hh"
46#include "mem/ruby/network/Network.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

39#define __MEM_RUBY_NETWORK_SIMPLE_THROTTLE_HH__
40
41#include <iostream>
42#include <string>
43#include <vector>
44
45#include "mem/ruby/common/Consumer.hh"
46#include "mem/ruby/network/Network.hh"
47#include "mem/ruby/system/System.hh"
47#include "mem/ruby/system/RubySystem.hh"
48
49class MessageBuffer;
50class Switch;
51
52class Throttle : public Consumer
53{
54 public:
55 Throttle(int sID, RubySystem *rs, NodeID node, Cycles link_latency,

--- 69 unchanged lines hidden ---
48
49class MessageBuffer;
50class Switch;
51
52class Throttle : public Consumer
53{
54 public:
55 Throttle(int sID, RubySystem *rs, NodeID node, Cycles link_latency,

--- 69 unchanged lines hidden ---