Skip to content

Commit

Permalink
[core] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Nov 27, 2024
1 parent eb6ad21 commit 533ca4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/libarchopenfpga/src/bitstream_setting_xml_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ constexpr const char* XML_OVERWRITE_BITSTREAM_ATTRIBUTE_VALUE = "value";

/* Sanity check constants */
constexpr const char* XML_VALID_NODE_NAMES[] = {
XML_BITSTREAM_SETTING_ROOT_NAME, XML_DEFAULT_MODE_BITS_NODE_NAME,
XML_PB_TYPE_NODE_NAME, XML_DEFAULT_MODE_BITS_NODE_NAME,
XML_INTERCONNECT_NODE_NAME, XML_CLOCK_ROUTING_NODE_NAME,
XML_NON_FABRIC_NODE_NAME, XML_OVERWRITE_BITSTREAM_NODE_NAME};

Expand Down
2 changes: 1 addition & 1 deletion libs/libopenfpgacapnproto/gen/unique_blocks_uxsdcxx.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Input file: /home/xifan/github/OpenFPGA/libs/libopenfpgacapnproto/gen/unique_blocks.xsd
# md5sum of input file: 1db9d740309076fa51f61413bae1e072

@0xc5bb4dab7879b418;
@0x89baaf5e41068020;
using Cxx = import "/capnp/c++.capnp";
$Cxx.namespace("ucap");

Expand Down

0 comments on commit 533ca4c

Please sign in to comment.