scf_eda.proto
authoryu.dongliang <18588496441@163.com>
Sat, 4 Nov 2023 04:05:40 +0000 (12:05 +0800)
committeryu.dongliang <18588496441@163.com>
Sat, 4 Nov 2023 04:05:40 +0000 (12:05 +0800)
scf_eda.pb-c.c
scf_eda.pb-c.h
scf_eda.proto

index c9d6dd9fd977c5da2b04601a3ed9cf02c7d70448..b332029b78e452be44214ee48976ee5daa1a75ce 100644 (file)
@@ -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 */
index 811ad70b24c4226c73d4d927578ee3dd4cf46fc4..cb3e9fc38d4b2d571dc80e12586dc3fd34c822f7 100644 (file)
@@ -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;
index e1fc98e6d2744dd9a0a2790380da544bba1ace55..d30232d307e1710baa9f9d34253381831be2cddd 100644 (file)
@@ -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;