aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/float-csr.adoc
blob: 1d1aec63f79aedf2ad13755d10f32c2dbb295d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//# "F" Standard Extension for Single-Precision Floating-Point, Version 2.2
//## 12.2 Floating-Point Control and Status Register
//### Figure 12.2: Floating-point control and status register.

[wavedrom, ,svg]
....
{reg: [
  {bits: 1,  name: 'NX'},
  {bits: 1,  name: 'UF'},
  {bits: 1,  name: 'OF', attr:["Accrued Exceptions","(fflags)"]},
  {bits: 1,  name: 'DZ'},
  {bits: 1,  name: 'NV'},
  {bits: 3,  name: 'frm', attr:["Rounding", "modes"]},
  {bits: 24, name: "reserved"},
]}
....