Searched hist:836 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/ruby/slicc_interface/
H A DRubySlicc_ComponentMapping.hhdiff 8602:836f8fad4a4c Fri Oct 28 14:00:00 EDT 2011 Nilay Vaish<nilay@cs.wisc.edu> Ruby: Reorganize mapping of components
In RubySlicc_ComponentMapping.hh, certain '#define's have been used for
mapping MachineType to GenericMachineType. These '#define's are being
eliminated and the code will now be generated by SLICC instead. Also
are being eliminated some of the unused functions from
RubySlicc_ComponentMapping.sm.
/gem5/src/mem/slicc/symbols/
H A DType.pydiff 8602:836f8fad4a4c Fri Oct 28 14:00:00 EDT 2011 Nilay Vaish<nilay@cs.wisc.edu> Ruby: Reorganize mapping of components
In RubySlicc_ComponentMapping.hh, certain '#define's have been used for
mapping MachineType to GenericMachineType. These '#define's are being
eliminated and the code will now be generated by SLICC instead. Also
are being eliminated some of the unused functions from
RubySlicc_ComponentMapping.sm.
/gem5/src/systemc/core/
H A Dscheduler.ccdiff 13095:836fd7929940 Sun Aug 26 17:56:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: When sc_start-ing with zero time, ensure the ready event runs.

The ready event is what notices that we only wanted to run one delta
cycle, or no delta cycle if there was nothing to do, and return to
sc_main. If the ready event wasn't scheduled, we would advance time
before the ready event ran and returned to sc_main which is incorrect.

Change-Id: Ic3c10a2f1405f744e8c2bd37aa45846ee6e98e12
Reviewed-on: https://gem5-review.googlesource.com/12267
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 35 milliseconds