aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/rv64_lui-auipc.adoc
blob: 132c7702cdaa8920362806129c6b0f93d25cd090 (plain)
1
2
3
4
5
6
7
8
9
10
//lui-auipc

[wavedrom, ,svg]
....
{reg: [
  {bits: 7,  name: 'opcode',     attr: ['7', 'LUI', 'AUIPC'], type: 8},
  {bits: 5,  name: 'rd',         attr: ['5', 'dest', 'dest'], type: 2},
  {bits: 20, name: 'imm[31:12]', attr: ['20', 'U-immediate[31:12]', 'U-immediate[31:12]'], type: 3}
]}
....