From ac6a37622d1ed0639d9077f8b2287d8d49458c8d Mon Sep 17 00:00:00 2001 From: clavin Date: Mon, 29 Mar 2021 16:51:04 -0600 Subject: Removing tile pattern index for now. Signed-off-by: clavin --- interchange/DeviceResources.capnp | 1 - 1 file changed, 1 deletion(-) 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; } ###################################### -- cgit v1.2.3