aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/spfloat2-zfh.adoc
blob: 64d3fa72e3fa3014c494e829cbc86445295dfcad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: ['7','F[N]MADD/F[N]MSUB']},
  {bits: 5, name: 'rd',     attr: ['5','dest']},
  {bits: 3, name: 'rm',     attr: ['3','RM']},
  {bits: 5, name: 'rs1',    attr: ['5','src1']},
  {bits: 5, name: 'rs2',    attr: ['5','src2']},
  {bits: 2, name: 'fmt',    attr: ['2','H']},
  {bits: 5, name: 'rs3', attr: ['5','src3']},
]}
....