summaryrefslogtreecommitdiff
path: root/src/mem/slicc
AgeCommit message (Expand)Author
2010-04-02ruby: get "using namespace" out of headersNathan Binkert
2010-03-21ruby: Ruby support for sparse memoryBrad Beckmann
2010-03-12slicc: Change the code generation so that the generated code is easier to readNathan Binkert
2010-03-10ruby: get rid of std-includes.hhNathan Binkert
2010-03-10slicc: have a central mechanism for creating a code_formatter.Nathan Binkert
2010-02-10ruby: Fixed slicc to initialize the m_is_blocking flagBrad Beckmann
2010-01-29ruby: Allows boolean and string defaults for StateMachine parametersBrad Beckmann
2010-01-29ruby: Added Cache and MemCntrl profiler callsBrad Beckmann
2010-01-29ruby: Converted MOESI_hammer dma cntrl to new config systemBrad Beckmann
2010-01-29ruby: Ruby changes required to use the python config systemBrad Beckmann
2010-01-29ruby: connects sm queues to the networkBrad Beckmann
2010-01-29ruby: Make SLICC-generated objects SimObjects.Steve Reinhardt
2010-01-29ruby: Added message type check to OutPortDeclAST.pyBrad Beckmann
2010-01-19ruby: new atomics implementationDerek Hower
2010-01-19mergeDerek Hower
2009-11-18ruby: added error message to isinstance checkBrad Beckmann
2009-11-18ruby: Added boolean to State Machine parametersBrad Beckmann
2009-11-18ruby: slicc method error fixBrad Beckmann
2009-11-18ruby: slicc action error fixBrad Beckmann
2009-11-18ruby: slicc state machine error fixesBrad Beckmann
2009-11-05slicc: tweak file enumeration for sconsSteve Reinhardt
2009-10-26fixed error message generation bug in SLICC ast filesBrad Beckmann
2009-09-25slicc: removed unused atomics code from StateMachineDerek Hower
2009-09-22slicc: Pure python implementation of slicc.Nathan Binkert
2009-09-17Functionality migrated to sequencer.Polina Dudnik
2009-08-28Reset the atomics flags if RMW_Read is not followed by a RMW_Read or RMW_WritePolina Dudnik
2009-08-15Made servicing_atomic a counter and added started writes:Polina Dudnik
2009-08-14Bug fix: indicate when writes started coming inPolina Dudnik
2009-08-14Added proc_id to CacheMsg for SMT.Polina Dudnik
2009-08-14Multi-line RMW handlingPolina Dudnik
2009-08-05mergeDerek Hower
2009-08-04slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllersDerek Hower
2009-08-04slicc: better error messages when the python parser failsNathan Binkert
2009-07-22Fixed the licences plus minor fixes for compilationPolina Dudnik
2009-07-18ruby: removed all refs to old RubyConfigDerek Hower
2009-07-18mergeDerek Hower
2009-07-18slicc: made coherence profilers per-controllerDerek Hower
2009-07-13Changed the state machine to generate code such that multiple processors can ...Polina Dudnik
2009-07-13Added atomics implementation which would work for MI_examplePolina Dudnik
2009-07-06ruby: apply some fixes that were overwritten by the recent ruby import.Nathan Binkert
2009-07-06slicc: update parser.py for changes in slicc language.Nathan Binkert
2009-07-06scons: update SCons files for changes in ruby.Nathan Binkert
2009-07-06ruby: Import the latest ruby changes from gems.Nathan Binkert
2009-07-06ruby: replace strings that were missed in original ruby import.Nathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-12ruby: remove random uint typedef and use unsignedNathan Binkert
2009-05-12slicc: work around improper initialization of a global in slicc.Nathan Binkert
2009-05-12slicc: clean up the slicc environment so things build properly on mac.Nathan Binkert
2009-05-11ruby: add RUBY sticky option that must be set to add ruby to the buildNathan Binkert
2009-05-11ruby: Check stderr and not stdin before hanging on an assert.Steve Reinhardt