9ab1568e | 15-Nov-2022 |
czw <[email protected]> |
rs: mv rf-read from dispatch2rs to rs-select(asyn read regfile now)
chore(*): Change Sequential Parameter Pass to Parameter Name Parameter Passing
refactor(Regfile): Modify Synchronous Read to Asyn
rs: mv rf-read from dispatch2rs to rs-select(asyn read regfile now)
chore(*): Change Sequential Parameter Pass to Parameter Name Parameter Passing
refactor(Regfile): Modify Synchronous Read to Asynchronous Read
refactor(Scheduler, ReservationStationBase): Connect the asynchronous read port of the register and the reserved station
1. add parameter( numIntRfReadPorts, numFpRfReadPorts, params.exuCfg) 2. fix extractReadRf 3. remove dataArray and add dataArrayWrite, dataArrayMultiWrite, s1_out_addr 4. add immBypassedData2 for bypass and fix DataSelect
refactor(ReservationStationStd): fix connect between s1_deqRfDataSel and readFpRf_asyn(i).data
refactor(ReservationStationJump): add jalrMem and fix immExts connect
show more ...
|