-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2814/#review6192
-----------------------------------------------------------

Ship it!


Cool! Brad, you were telling me at least 4 years ago you wanted this ;).

I agree that it would be good if we could control the buffer sizes from Python, 
and I don't think it would take too much effor, as Mark said. Seems appropriate 
for a future patch, though, when someone needs that feature.

- Jason Power


On May 11, 2015, 10:21 p.m., Tony Gutierrez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/2814/
> -----------------------------------------------------------
> 
> (Updated May 11, 2015, 10:21 p.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Changeset 10871:e121f9b1023e
> ---------------------------
> ruby: Changes to support finite buffering in ruby.
> 
> Adds code in controller generating python code to initialize message buffers
> with a size specified in the SLICC definition of of the controller's buffer.
> This allows all message buffers including mandatory queues to use finite
> buffering.
> 
> Additionally adds code to properly check the resource constraints for an
> action with respect to the entries available in a controller's network buffers
> in the case that multiple buffers are defined to map to the same virtual
> network. Previously this case would cause multiple resource checks to see if
> a single entry was available, rather than one check to see if multiple entries
> were available.
> 
> 
> Diffs
> -----
> 
>   src/mem/slicc/ast/OutPortDeclAST.py 
> fbdaa08aaa426b9f4660c366f934ccb670d954ec 
>   src/mem/slicc/symbols/StateMachine.py 
> fbdaa08aaa426b9f4660c366f934ccb670d954ec 
> 
> Diff: http://reviews.gem5.org/r/2814/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Tony Gutierrez
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to