• Y
    scheduler: support reading fp state from others (#1096) · 023cdb1e
    Yinan Xu 提交于
    This commit adds fpStateReadOut and fpStateReadIn ports to Scheduler to
    support reading fp reg states from other schedulers.
    
    It should have better timing because now ExuBlock(0) has only int
    regfile and busytable. This block does not need fp writeback any more.
    023cdb1e
Scheduler.scala 19.7 KB