示例#1
0
 public SplitReg(AddrStruct R, int BitOffset, int BitWidth)
 {
     r          = R;
     bit_offset = (uint)BitOffset;
     bit_width  = BitWidth;
 }
示例#2
0
 public RegGroup(AddrStruct a, AddrStruct b)
 {
     A = a;
     B = b;
 }