summaryrefslogtreecommitdiffstats
path: root/interchange/DeviceResources.capnp
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/DeviceResources.capnp')
-rw-r--r--interchange/DeviceResources.capnp3
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;