看板 Grad-ProbAsk 關於我們 聯絡資訊
請問第一題的 b) what determines the cycle time of a single cycle implementation of a MIPS processor? (c) what is the major difference between the implementation of control logic for the single-cycle processor implementation and the multi-cycle implementation?? 請問這要怎麼回答呢???希望有人能告訴我 謝謝~~~~~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.172.106.117
whiteorange:single cycle的cycle time 是由最長指令執行時間決定 03/26 20:49
whiteorange:而single和multi組成最大差別在於single多了兩個adder 03/26 20:50
whiteorange:一個是用在算下個指令(pc+4) 一個是在算branch target 03/26 20:52
whiteorange:btw multi cyle的cyle time 是最長時間的執行階段決定 03/26 20:54