public override void fill(MemMapper MM) { LHS_Column = MM.getGen(LHS_CH); referenced_Column = MM.get(referenced_CH); out_Column = MM.get(CH_out); }
public override void fill(MemMapper MM) { lhs_Column = MM.getGen(lhs_CH); out_Column = MM.get(out_CH); }
public override void fill(MemMapper MM) { Col_in = MM.getGen(CH_in); Col_out = MM.get(CH_out); }