• Y
    core: update parameters and module organizations (#1080) · 2b4e8253
    Yinan Xu 提交于
    This commit moves load/store reservation stations into the first
    ExuBlock (or calling it IntegerBlock). The unnecessary dispatch module
    is also removed from CtrlBlock.
    
    Now the module organization becomes:
    * ExuBlock: Int RS, Load/Store RS, Int RF, Int FUs
    * ExuBlock_1: Fp RS, Fp RF, Fp FUs
    * MemBlock: Load/Store FUs
    
    Besides, load queue has 80 entries and store queue has 64 entries now.
    2b4e8253
CtrlBlock.scala 14.6 KB