From 8ec5b1739d7b91b84df3e92ccc70c7a7ee644089 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:24:45 -0700 Subject: Add DeviceResources to cxx_static Makefile and C++ namespace. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- interchange/DeviceResources.capnp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'interchange/DeviceResources.capnp') 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; -- cgit v1.2.3