summaryrefslogtreecommitdiffstats
path: root/interchange/PhysicalNetlist.capnp
diff options
context:
space:
mode:
Diffstat (limited to 'interchange/PhysicalNetlist.capnp')
-rw-r--r--interchange/PhysicalNetlist.capnp7
1 files changed, 5 insertions, 2 deletions
diff --git a/interchange/PhysicalNetlist.capnp b/interchange/PhysicalNetlist.capnp
index d3835e1..6758039 100644
--- a/interchange/PhysicalNetlist.capnp
+++ b/interchange/PhysicalNetlist.capnp
@@ -11,13 +11,16 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
@0xcb2ccd67aa912968;
using Java = import "/capnp/java.capnp";
-using Ref = import "References.capnp";
$Java.package("com.xilinx.rapidwright.interchange");
$Java.outerClassname("PhysicalNetlist");
+using Cxx = import "/capnp/c++.capnp";
+$Cxx.namespace("PhysicalNetlist");
+
+using Ref = import "References.capnp";
+
struct StringRef {
type @0 :Ref.ReferenceType = rootValue;
field @1 :Text = "strList";