return executableModel;
}
public VariableInformation readVariable() throws IOException {
TLV tlv = null;
Direction dir = Direction.INTERNAL;
boolean isRegister = false;
Type type = Type.BIT;
String name = null;
int width = -1;
int dimensions[] = new int[0];