English 中文(简体)
A. 指挥部的实施
原标题:Implementation of a Command
  • 时间:2018-12-18 23:15:20
  •  标签:
  • riscv

我在理解具体指挥的实施时就失去了一点。

举例来说,指挥系统通过<0x00c6ba23>>。 缩略语

我试图找到ALU控制股对这一指示的投入。

从这一点看,我可以看到,我能够看到这一点。

  • opcode = 0100011
  • imm[4:0] = 10100
  • funct3 = 011 (incorrect...)
  • rs1 = 01101
  • rs2 = 01100
  • imm[11:5] = 0000000

我将这一形象用于decode。 它

“How

我的问题是,我如何为这一职能找到ALU控制点和ALUOp控制点? 为什么可持续发展司的职能是,即使第3号数字显示为011而不是111?

最佳回答
问题回答




相关问题
How to run testbench.v with verilator

I found a RISCV project on GitHub(here is the project), and tried to run a testbench.v file of this project with verilator.However, I encountered an error during the process. My Workspace is: ../ ├── ...

A. 指挥部的实施

我在理解具体指挥的实施时就失去了一点。

How to do matrix transpose using RVV1.0?

Description I am a newbie in RVV and am rewriting some assembly functions using RVV1.0. Now I have encountered some problems about matrix transposition. Arm NEON provide the vtrn instructions, ...

JAL- RICSV Architecture

Why immediate[0] is set to zero for jump and link instruction in riscv architecture? What is the main purpose do do that? I am not sure of whether the JAL is a PC relative instruction and even if it ...

热门标签