Risc-V: What is the timing of a conditional branch to the next instruction?

前端 未结 0 1270
轮回少年
轮回少年 2021-02-03 17:29

For example, take the following code, (assume branch is taken/not taken after MEM stage in a standard 5 stage pipeline).

    beq x1, x2, there
    no op
there: 
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题