summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlitghost <537074+litghost@users.noreply.github.com>2021-03-29 17:31:04 -0700
committerGitHub <noreply@github.com>2021-03-29 17:31:04 -0700
commite86e6766fd8f35282765bce7fca0446132e1d99f (patch)
treeabc2d90983933bb18b0f6944c63f8a9508b75258
parentf537a57fd7af091aabb776cb888f103b2b29349b (diff)
parentac6a37622d1ed0639d9077f8b2287d8d49458c8d (diff)
downloadfpga-interchange-schema-e86e6766fd8f35282765bce7fca0446132e1d99f.tar.gz
fpga-interchange-schema-e86e6766fd8f35282765bce7fca0446132e1d99f.tar.bz2
fpga-interchange-schema-e86e6766fd8f35282765bce7fca0446132e1d99f.zip
Merge pull request #21 from clavin-xlnx/remove_tile_pat_idx
Removing tile pattern index for now, resolves Issue #17.
-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;
}
######################################