From ed814899541d65783e93a37ab320650c5075c72d Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:19 -0800 Subject: ruby: Ruby changes required to use the python config system This patch includes the necessary changes to connect ruby objects using the python configuration system. Mainly it consists of removing unnecessary ruby object pointers and connecting the necessary object pointers using the generated param objects. This patch includes the slicc changes necessary to connect generated ruby objects together using the python configuraiton system. --- src/mem/ruby/system/Sequencer.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mem/ruby/system/Sequencer.hh') diff --git a/src/mem/ruby/system/Sequencer.hh b/src/mem/ruby/system/Sequencer.hh index d2dc5bbb3..974b251f0 100644 --- a/src/mem/ruby/system/Sequencer.hh +++ b/src/mem/ruby/system/Sequencer.hh @@ -118,9 +118,6 @@ private: CacheMemory* m_dataCache_ptr; CacheMemory* m_instCache_ptr; - // indicates what processor on the chip this sequencer is associated with - int m_controller_type; - Map m_writeRequestTable; Map m_readRequestTable; // Global outstanding request count, across all request tables -- cgit v1.2.3