aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/spfloat-sign-inj.adoc
blob: 74040b7523b2f4480a54aefe91bf8c04efba6953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//sp float sign injection

[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', attr: ['7','OP-FP'],        type: 8},
  {bits: 5, name: 'rd',     attr: ['5', 'dest'],         type: 2},
  {bits: 3, name: 'rm',  attr: ['3','J[N]/JX'],           type: 8},
  {bits: 5, name: 'rs1',    attr: ['5','src1'],         type: 4},
  {bits: 5, name: 'rs2',    attr: ['5','src2'], type: 4},
  {bits: 2, name: 'fmt',    attr: ['2','S'],      type: 8},
  {bits: 5, name: 'funct5', attr: ['5','FSGNJ'], type: 8},
]}
....