Pipeline Register (流水寄存器)
这个中文翻译也太扯淡了
由于Pipeline 把instruction 分成不同的stage, the time needed by each stage is different. So we need to set a time which is slightly longer than the longest time needed among all the stages.
The purpose for using pipeline register is to ensure clock synchronization. When the clock cycle edge arrives, all the stages will go to next step at the same time.
评论