summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast
AgeCommit message (Expand)Author
2018-04-17mem-ruby: enable DPRINTFN calls in slicc for temporary debug printingJohn Alsop
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-07-20ruby: slicc: have a static MachineTypeTony Gutierrez
2015-07-20ruby: slicc: remove support for single machine, multiple typesTony Gutierrez
2015-09-16ruby: message buffer, timer table: significant changesNilay Vaish
2015-09-14ruby: slicc: remove member buffer_expr from Var classNilay Vaish
2015-08-30ruby: slicc: avoid duplicate code for function argument checkNilay Vaish
2015-08-19ruby: reverts to changeset: bf82f1f7b040Nilay Vaish
2015-08-14ruby: slicc: use default argument valueNilay Vaish
2015-08-14ruby: slicc: avoid duplicate code for function argument checkNilay Vaish
2015-08-14ruby: replace Address by AddrNilay Vaish
2015-08-14ruby: Expose MessageBuffers as SimObjectsJoel Hestness
2015-08-14ruby: Change PerfectCacheMemory::lookup to return pointerJoel Hestness
2015-08-11ruby: slicc: allow mathematical operations on TicksNilay Vaish
2015-07-20slicc: enable overloading in functions not in classesBrad Beckmann
2015-07-20slicc: improved stalling support in protocolsBrad Beckmann
2015-07-20slicc: support for arbitrary DPRINTF flags (not just RubySlicc)David Hashe
2015-07-20slicc: support for local variable declarations in action blocksDavid Hashe
2015-07-20slicc: Fix bug in enqueue and peek statements.David Hashe
2015-07-20slicc: fix missing inline function in LocalVariableASTDavid Hashe
2015-07-20slicc: improve support for prefix operationsDavid Hashe
2015-07-20slicc: support for multiple message types on the same bufferDavid Hashe
2015-07-04ruby: drop NetworkMessage classNilay Vaish
2014-11-06ruby: slicc: allow adding a bool to an int, like C++.Nilay Vaish
2014-10-16mem: Use shared_ptr for Ruby Message classesAndreas Hansson
2014-09-01ruby: slicc: change the way configurable members are specifiedNilay Vaish
2014-09-01ruby: slicc: improve the grammarNilay Vaish
2014-09-01ruby: slicc: donot prefix machine name to variablesNilay Vaish
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2014-05-23ruby: message buffer: drop dequeue_getDelayCycles()Nilay Vaish
2014-04-19ruby: slicc: slight change to rule for transitionsNilay Vaish
2014-04-08ruby: slicc: change enqueue statementNilay Vaish
2014-02-23ruby: slicc: remove unused COPY_HEAD functionalityNilay Vaish
2014-02-20ruby: slicc: slight code refactoringNilay Vaish
2014-01-08ruby: slicc: remove variable 'addr' used in calls to doTransitionNilay Vaish
2014-01-04ruby: add support for clustersNilay Vaish
2013-12-20ruby: slicc: replace max_in_port_rank with number of inportsNilay Vaish
2013-08-07ruby: slicc: remove double trigger, continueProcessingNilay Vaish
2013-07-11ruby: removed the very old double trigger hackBrad Beckmann
2013-06-25ruby: profiler: lots of inter-related changesNilay Vaish
2013-06-09ruby: stats: use gem5's stats for cache and memory controllersNilay Vaish
2013-05-21ruby: slicc: fix error msg in TypeFieldMemberAST.pyMalek Musleh
2013-05-21ruby: add stats to .sm files, remove cache profilerNilay Vaish ext:(%2C%20Malek%20Musleh%20%3Cmalek.musleh%40gmail.com%3E)
2013-04-09Ruby: Fix typo in Slicc if-statement AST errorJason Power
2013-03-22ruby: connect two controllers using only message buffersNilay Vaish
2013-02-10ruby: enable multiple clock domainsNilay Vaish
2013-02-10ruby: replace Time with Cycles (final patch in the series)Nilay Vaish
2013-02-10ruby: replaces Time with Cycles in many placesNilay Vaish
2013-01-28ruby: remove call to curCycle in panic()Nilay Vaish
2013-01-14Ruby: remove reference to g_system_ptr from class MessageNilay Vaish