# This file is generated by uxsdcap 0.1.0. # https://github.com/duck2/uxsdcxx # Modify only if your build process doesn't involve regenerating this file. # # Cmdline: uxsdcxx/uxsdcap.py /home/xifan/github/OpenFPGA/libs/libopenfpgacapnproto/gen/unique_blocks.xsd unique_blocks_capnproto_generate/unique_blocks_uxsdcxx.h unique_blocks_capnproto_generate/unique_blocks_uxsdcxx_capnp.h unique_blocks_capnproto_generate/unique_blocks_uxsdcxx_interface.h /home/xifan/github/OpenFPGA/libs/libopenfpgacapnproto/gen # Input file: /home/xifan/github/OpenFPGA/libs/libopenfpgacapnproto/gen/unique_blocks.xsd # md5sum of input file: 1db9d740309076fa51f61413bae1e072 @0xc5bb4dab7879b418; using Cxx = import "/capnp/c++.capnp"; $Cxx.namespace("ucap"); enum Type { uxsdInvalid @0; cbx @1; cby @2; sb @3; } struct Instance { x @0 :UInt32; y @1 :UInt32; } struct Block { type @0 :Type; x @1 :UInt32; y @2 :UInt32; instances @3 :List(Instance); } struct UniqueBlocks { blocks @0 :List(Block); }