diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-24 08:47:23 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-24 08:47:23 -0800 |
commit | 8c0080dfddc454148a8d0202e4704c48441b5977 (patch) | |
tree | 0fd7bffcaeacf38fe73f51b02d7e0940a91d9f93 | |
parent | f58d0599c5e0ad2bebfb6f12496bdc8e7fc0ae49 (diff) | |
download | fpga-interchange-schema-8c0080dfddc454148a8d0202e4704c48441b5977.tar.gz fpga-interchange-schema-8c0080dfddc454148a8d0202e4704c48441b5977.tar.bz2 fpga-interchange-schema-8c0080dfddc454148a8d0202e4704c48441b5977.zip |
Have at least 2 members in LUT equation union.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
-rw-r--r-- | interchange/DeviceResources.capnp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interchange/DeviceResources.capnp b/interchange/DeviceResources.capnp index 4954698..17cc3f1 100644 --- a/interchange/DeviceResources.capnp +++ b/interchange/DeviceResources.capnp @@ -552,6 +552,7 @@ struct Device { # INIT[2] is output when second pin is 1 and all other pins are 0. # INIT[3] is output when both pins are 1. initParam @2 : Text; + invalid @3 : Void; } } |