File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ using Ref = import "References.capnp";
18
18
$Java.package("com. xilinx. rapidwright. interchange" );
19
19
$Java.outerClassname("LogicalNetlist" );
20
20
21
+ using Cxx = import "/capnp/c++. capnp" ;
22
+ $Cxx.namespace("LogicalNetlist" );
23
+
21
24
struct HashSet {
22
25
type @0 : Ref.ImplementationType = enumerator;
23
26
hide @1 : Bool = true ;
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
@0xcb2ccd67aa912968 ;
16
15
using Java = import "/capnp/java. capnp" ;
17
- using Ref = import "References. capnp" ;
18
16
$Java.package("com. xilinx. rapidwright. interchange" );
19
17
$Java.outerClassname("PhysicalNetlist" );
20
18
19
+ using Cxx = import "/capnp/c++. capnp" ;
20
+ $Cxx.namespace("PhysicalNetlist" );
21
+
22
+ using Ref = import "References. capnp" ;
23
+
21
24
struct StringRef {
22
25
type @0 :Ref.ReferenceType = rootValue;
23
26
field @1 :Text = "strList" ;
You can’t perform that action at this time.
0 commit comments