ruby: message buffers: significant changes
[gem5.git] / src / mem / slicc / symbols / StateMachine.py
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishruby: slicc: change the way configurable members are...
2014-09-01 Nilay Vaishruby: slicc: improve the grammar
2014-09-01 Nilay Vaishruby: slicc: donot prefix machine name to variables
2014-09-01 Nilay Vaishruby: remove unused toString() from AbstractController
2014-05-23 Nilay Vaishruby: slicc: remove unused ids DNUCA*
2014-03-20 Nilay Vaishruby: slicc: code refactor
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-01-10 Nilay Vaishruby: move all statistics to stats.txt, eliminate ruby...
2014-01-09 Nilay Vaishruby: fix bug introduced to revision 8523754f8885
2014-01-04 Nilay Vaishruby: add a three level MESI protocol.
2013-12-21 Nilay Vaishruby: slicc: replace max_in_port_rank with number of...
2013-09-06 Nilay Vaishruby: converts sparse memory stats to gem5 style
2013-08-07 Nilay Vaishruby: slicc: move some code to AbstractController
2013-06-29 Nilay Vaishruby: append transition comment only when in opt/debug
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-05-21 Nilay Vaish ext... ruby: add stats to .sm files, remove cache profiler
2013-04-09 Joel HestnessRuby: Order profilers based on version
2013-03-22 Nilay Vaishruby: slicc: set sender, receiver clock objs for option...
2013-03-22 Nilay Vaishslicc: remove check if the L1Cache has a sequencer
2013-03-22 Nilay Vaishruby: move stall and wakeup functions to AbstractController
2013-03-22 Nilay Vaishruby: connect two controllers using only message buffers
2013-02-20 Nilay Vaishslicc: remove unused variable message_buffer_names
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2012-12-11 Nilay Vaishruby: add support for prefetching to MESI protocol
2012-12-11 Nilay Vaishruby: change slicc to allow for constructor args
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-10-02 Nilay Vaishruby: rename template_hack to template
2012-10-02 Nilay Vaishruby: remove some unused things in slicc
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-09-12 Jason PowerRuby: Modify Scons so that we can put .sm files in...
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-07-11 Brad Beckmannruby: banked cache array resource model
2012-07-11 Joel Hestnessruby: tag and data cache access support
2012-07-11 Nuwan Jayasenaruby: memory controllers now inherit from an abstract...
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-12 Andreas HanssonRuby: Ensure order-dependent iteration uses an ordered map
2012-04-06 Lisa Hsuslicc: Controllers attached to Sequencers no longer...
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-11 Nilay VaishRuby: Add infrastructure for recording cache contents
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-06 Nilay VaishAbstractController: Remove some of the unused functions
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-09-01 Lisa HsuFunctional Accesses: Update states to support Broadcast...
2011-07-28 Nilay VaishSLICC: Put functions of a controller in its .cc file
2011-06-08 Nilay VaishRuby: Correctly set access permissions for directory...
2011-06-03 Nilay VaishSLICC: Remove machine name as prefix to functions
2011-05-18 Tushar Krishnaslicc: added vnet_type field to identify response vnets...
2011-05-02 Korey Sewellruby: dbg: use system ticks instead of cycles
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-01 Lisa HsuRuby: Add new object called WireBuffer to mimic a Wire.
2011-04-01 Lisa HsuRuby: enable multiple sequencers in one controller.
2011-03-31 Lisa HsuRuby: Bug in SLICC forgot semicolon at end of code.
2011-03-19 Brad Beckmannslicc: improved invalid transition message
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_dependents
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_all_dependents
2011-02-24 Brad Beckmannruby: automate permission setting
2011-02-23 Korey Sewellruby: extend dprintfs for RubyGenerated TraceFlag
2011-02-07 Brad Beckmannruby: support to stallAndWait the mandatory queue
2011-01-18 Nilay VaishChange interface between coherence protocols and CacheM...
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-08-20 Brad Beckmannruby: Stall and wait input messages instead of recycling
2010-08-20 Brad Beckmannruby: Recycle latency fix for hammer
2010-08-20 Brad Beckmannslicc: Consolidated the protocol stats printing
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-22 Brad Beckmannruby: Ruby support for sparse memory
2010-03-13 Nathan Binkertslicc: Change the code generation so that the generated...
2010-03-11 Nathan Binkertruby: get rid of std-includes.hh
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-02-11 Brad Beckmannruby: Fixed slicc to initialize the m_is_blocking flag
2010-01-30 Brad Beckmannruby: Added Cache and MemCntrl profiler calls
2010-01-30 Brad Beckmannruby: Converted MOESI_hammer dma cntrl to new config...
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
2010-01-30 Brad Beckmannruby: connects sm queues to the network
2010-01-30 Steve Reinhardtruby: Make SLICC-generated objects SimObjects.
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howerruby: new atomics implementation
2010-01-19 Derek Howermerge
2009-11-19 Brad Beckmannruby: Added boolean to State Machine parameters
2009-11-18 Brad Beckmannruby: slicc action error fix
2009-09-23 Nathan Binkertslicc: Pure python implementation of slicc.