summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--interchange/DeviceResources.capnp7
1 files changed, 5 insertions, 2 deletions
diff --git a/interchange/DeviceResources.capnp b/interchange/DeviceResources.capnp
index 8074681..0b22a41 100644
--- a/interchange/DeviceResources.capnp
+++ b/interchange/DeviceResources.capnp
@@ -170,6 +170,9 @@ struct Device {
sites @2 : List(Site);
row @3 : UInt16;
col @4 : UInt16;
+
+ # Field ordinal 5 was deleted.
+ deleted @5 : UInt32;
}
######################################
@@ -606,9 +609,9 @@ struct Device {
verilogBinary @4;
# 8'hF
verilogHex @5;
- # 0xF
+ # 0b10
cBinary @6;
- # 0.0
+ # 0xF
cHex @7;
}