summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclavin <clavin@xilinx.com>2021-03-29 16:51:04 -0600
committerclavin <clavin@xilinx.com>2021-03-29 16:51:04 -0600
commitac6a37622d1ed0639d9077f8b2287d8d49458c8d (patch)
treeabc2d90983933bb18b0f6944c63f8a9508b75258
parentf537a57fd7af091aabb776cb888f103b2b29349b (diff)
downloadfpga-interchange-schema-ac6a37622d1ed0639d9077f8b2287d8d49458c8d.tar.gz
fpga-interchange-schema-ac6a37622d1ed0639d9077f8b2287d8d49458c8d.tar.bz2
fpga-interchange-schema-ac6a37622d1ed0639d9077f8b2287d8d49458c8d.zip
Removing tile pattern index for now.
Signed-off-by: clavin <clavin@xilinx.com>
-rw-r--r--interchange/DeviceResources.capnp1
1 files changed, 0 insertions, 1 deletions
diff --git a/interchange/DeviceResources.capnp b/interchange/DeviceResources.capnp
index 94dd797..8074681 100644
--- a/interchange/DeviceResources.capnp
+++ b/interchange/DeviceResources.capnp
@@ -170,7 +170,6 @@ struct Device {
sites @2 : List(Site);
row @3 : UInt16;
col @4 : UInt16;
- tilePatIdx @5 : UInt32;
}
######################################