From 2eb3c836130ff40cd653de34bdae6c5367c8cccc Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:35:08 -0700 Subject: 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> --- interchange/DeviceResources.capnp | 7 +++++-- 1 file 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; } -- cgit v1.2.3