aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/d-xwwx.adoc
blob: e5fb26148917592db10f958f787734761dab3258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//xw-wx

[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: ['7','OP-FP','OP-FP']},
  {bits: 5, name: 'rd',     attr: ['5','dest','dest']},
  {bits: 3, name: 'rm',     attr: ['3','000','000']},
  {bits: 5, name: 'rs1',    attr: ['5','src','src']},
  {bits: 5, name: 'rs2',    attr: ['5','0','0']},
  {bits: 2, name: 'fmt',    attr: ['2','D','D']},
  {bits: 5, name: 'funct5', attr: ['5','FMV.X.D','FMV.D.X']},
]}
....