X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Fbridge.cc;h=9c14e7ee243acdd517e97ce2a3c19260ac366253;hb=89e80ccc203891f056a587b777fde9efddaba18f;hp=5b8b9164b314d58c19d938c4655054992a850cbd;hpb=d4b73086b6b0856c28433b55c8dd5c7b56a1b6df;p=gem5.git diff --git a/src/mem/bridge.cc b/src/mem/bridge.cc index 5b8b9164b..9c14e7ee2 100644 --- a/src/mem/bridge.cc +++ b/src/mem/bridge.cc @@ -25,10 +25,14 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * Authors: Ali Saidi + * Steve Reinhardt */ /** - * @file Definition of a simple bus bridge without buffering. + * @file + * Definition of a simple bus bridge without buffering. */ #include @@ -56,7 +60,7 @@ Bridge::Bridge(const std::string &n, int qsa, int qsb, } Port * -Bridge::getPort(const std::string &if_name) +Bridge::getPort(const std::string &if_name, int idx) { BridgePort *port;