----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/441/ -----------------------------------------------------------
Review request for Default, Ali Saidi, Gabe Black, Steve Reinhardt, and Nathan Binkert. Summary ------- inorder: change skidBuffer to list instead of queue ==== Changes toward getting superscalar InOrder CPU working ==== Manage insertion and deletion like a queue but will need access to internal elements for future changes Currently, skidbuffer manages any instruction that was in a stage but could not complete processing, however we will want to manage all blocked instructions (from prev stage and from cur. stage) in just one buffer. Diffs ----- src/cpu/inorder/pipeline_stage.hh 31a04e5ac4be src/cpu/inorder/pipeline_stage.cc 31a04e5ac4be Diff: http://reviews.m5sim.org/r/441/diff Testing ------- Thanks, Korey
_______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev