diff options
author | litghost <537074+litghost@users.noreply.github.com> | 2021-03-22 15:40:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 15:40:01 -0700 |
commit | f537a57fd7af091aabb776cb888f103b2b29349b (patch) | |
tree | 1c92af1c0998f7b916c46d3a0f32885f1c7fa54d /interchange | |
parent | 1d8255b2f654ae0999b3c0eabf542aaa37324370 (diff) | |
parent | 8ec5b1739d7b91b84df3e92ccc70c7a7ee644089 (diff) | |
download | fpga-interchange-schema-f537a57fd7af091aabb776cb888f103b2b29349b.tar.gz fpga-interchange-schema-f537a57fd7af091aabb776cb888f103b2b29349b.tar.bz2 fpga-interchange-schema-f537a57fd7af091aabb776cb888f103b2b29349b.zip |
Merge pull request #20 from litghost/add_missing_stuff
Add DeviceResources to cxx_static Makefile and C++ namespace.
Diffstat (limited to 'interchange')
-rw-r--r-- | interchange/DeviceResources.capnp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/interchange/DeviceResources.capnp b/interchange/DeviceResources.capnp index 9540f3f..94dd797 100644 --- a/interchange/DeviceResources.capnp +++ b/interchange/DeviceResources.capnp @@ -19,6 +19,9 @@ using Dir = import "LogicalNetlist.capnp"; $Java.package("com.xilinx.rapidwright.interchange"); $Java.outerClassname("DeviceResources"); +using Cxx = import "/capnp/c++.capnp"; +$Cxx.namespace("DeviceResources"); + struct HashSet { type @0 : Ref.ImplementationType = enumerator; hide @1 : Bool = true; |