From: yu.dongliang <18588496441@163.com> Date: Sat, 4 Nov 2023 04:05:40 +0000 (+0800) Subject: scf_eda.proto X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=396e642a91e378e120ebe322fd10bb21b5892869;p=ses.git scf_eda.proto --- diff --git a/scf_eda.pb-c.c b/scf_eda.pb-c.c index c9d6dd9..b332029 100644 --- a/scf_eda.pb-c.c +++ b/scf_eda.pb-c.c @@ -902,12 +902,12 @@ static const ProtobufCFieldDescriptor scf_eline__field_descriptors[14] = 0,NULL,NULL /* reserved1,reserved2, etc */ }, { - "dfo", + "color", 5, PROTOBUF_C_LABEL_REQUIRED, PROTOBUF_C_TYPE_INT64, 0, /* quantifier_offset */ - offsetof(ScfEline, dfo), + offsetof(ScfEline, color), NULL, NULL, 0, /* flags */ @@ -1026,8 +1026,8 @@ static const unsigned scf_eline__field_indices_by_name[] = { 9, /* field[9] = a */ 12, /* field[12] = aconst */ 2, /* field[2] = c_pins */ + 4, /* field[4] = color */ 5, /* field[5] = conns */ - 4, /* field[4] = dfo */ 3, /* field[3] = flags */ 0, /* field[0] = id */ 10, /* field[10] = ja */ diff --git a/scf_eda.pb-c.h b/scf_eda.pb-c.h index 811ad70..cb3e9fc 100644 --- a/scf_eda.pb-c.h +++ b/scf_eda.pb-c.h @@ -102,7 +102,7 @@ struct _ScfEline uint64_t *pins; uint64_t c_pins; uint64_t flags; - int64_t dfo; + int64_t color; size_t n_conns; ScfEconn **conns; size_t n_lines; diff --git a/scf_eda.proto b/scf_eda.proto index e1fc98e..d30232d 100644 --- a/scf_eda.proto +++ b/scf_eda.proto @@ -64,7 +64,7 @@ message scf_eline repeated uint64 pins = 2; required uint64 c_pins = 3; required uint64 flags = 4; - required int64 dfo = 5; + required int64 color = 5; repeated scf_econn conns = 6; repeated scf_line lines = 7;