RubyPort.cc (8436:5648986156db) RubyPort.cc (8505:442804117f95)
1/*
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;

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

51 m_request_cnt = 0;
52 pio_port = NULL;
53 physMemPort = NULL;
54
55 m_usingRubyTester = p->using_ruby_tester;
56 access_phys_mem = p->access_phys_mem;
57
58 ruby_system = p->ruby_system;
1/*
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;

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

51 m_request_cnt = 0;
52 pio_port = NULL;
53 physMemPort = NULL;
54
55 m_usingRubyTester = p->using_ruby_tester;
56 access_phys_mem = p->access_phys_mem;
57
58 ruby_system = p->ruby_system;
59 waitingOnSequencer = false;
59}
60
61void
62RubyPort::init()
63{
64 assert(m_controller != NULL);
65 m_mandatory_q_ptr = m_controller->getMandatoryQueue();
66}

--- 531 unchanged lines hidden ---
60}
61
62void
63RubyPort::init()
64{
65 assert(m_controller != NULL);
66 m_mandatory_q_ptr = m_controller->getMandatoryQueue();
67}

--- 531 unchanged lines hidden ---