summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-29 17:35:08 -0700
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-29 17:35:08 -0700
commit2eb3c836130ff40cd653de34bdae6c5367c8cccc (patch)
tree1b3eadcbda73125cccdaaf574ca16558122956e9
parente86e6766fd8f35282765bce7fca0446132e1d99f (diff)
downloadfpga-interchange-schema-2eb3c836130ff40cd653de34bdae6c5367c8cccc.tar.gz
fpga-interchange-schema-2eb3c836130ff40cd653de34bdae6c5367c8cccc.tar.bz2
fpga-interchange-schema-2eb3c836130ff40cd653de34bdae6c5367c8cccc.zip
Fix examples for format definitions, and add tombstone.
Fields in capnproto shouldn't be deleted for backwards compability reasons. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
-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;
}