aboutsummaryrefslogtreecommitdiff
path: root/src/images/wavedrom/transformedatomicinst.edn
blob: d598bc3dccb8950c782533502a8dc349cb78043d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[wavedrom, ,svg]
....
{reg: [
  {bits: 7, name: 'opcode', type: 8, attr: ['7']},
  {bits: 5, name: 'rd', type: 2, attr: ['5']},
  {bits: 3, name: 'funct3', type: 8, attr: ['3']},
  {bits: 5, name: 'Addr. Offset', type: 4, attr: ['5']},
  {bits: 5, name: 'rs2',type: 4, attr: ['5']},
  {bits: 1, name: 'rl',type: 4, attr: ['1']},
  {bits: 1, name: 'aq',type: 4, attr: ['1']},
  {bits: 5, name: 'funct5', type: 8, attr: ['5']},
], config: {bits: 32}}
....