wd(
{reg: [
{bits: 7, name: 'opcode', attr: 'BRANCH'},
{bits: 1, name: '[11]', type: 3},
{bits: 1, name: '[1]', type: 3},
{bits: 1, name: '[2]', type: 3},
{bits: 1, name: '[3]', type: 3},
{bits: 1, name: '[4]', type: 3},
{bits: 3, name: 'func3', attr: ['BEQ', 'BNE', 'BLT', 'BLTU', 'BGE', 'BGEU'], type: 4},
{bits: 5, name: 'rs1', attr: 'src1'},
{bits: 5, name: 'rs2', attr: 'src2'},
{bits: 1, name: '[5]', type: 3},
{bits: 1, name: '[6]', type: 3},
{bits: 1, name: '[7]', type: 3},
{bits: 1, name: '[8]', type: 3},
{bits: 1, name: '[9]', type: 3},
{bits: 1, name: '[10]', type: 3},
{bits: 1, name: '[12]', type: 3}
]}
)