prjxray/lib
Rick Altherr 92509c5043 lib: xc7series: Fix frame address YAML decoding
Need to manually translate row_half from human-readable form in YAML
(top/bottom) to true/false.  Requesting a Node as a uint8_t returns the
first char in the YAML field rather than parsing the field as an
integer.  Just used unsigned ints and let the constructor force them to
smaller types.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
2017-12-20 22:46:39 +01:00
..
include/prjxray lib: xc7series: YAML user-defined type decoding requires a default constructor 2017-12-20 22:46:39 +01:00
test_data lib: Reader for segbits files 2017-12-20 22:46:39 +01:00
xilinx/xc7series lib: xc7series: Fix frame address YAML decoding 2017-12-20 22:46:39 +01:00
CMakeLists.txt lib: xc7series: YAML conversion tests for ConfigurationFrameAddress 2017-12-20 22:46:39 +01:00
big_endian_span_test.cc lib: adapter to read big-endian words from a span<> containing bytes 2017-12-20 22:46:39 +01:00
bit_ops_test.cc bitops: setter and add const 2017-12-20 22:46:39 +01:00
database.cc lib: Wrapper for retrieving info from a database directory 2017-12-20 22:46:39 +01:00
memory_mapped_file.cc lib: Return a valid MemoryMappedFile for zero-length files 2017-12-20 22:46:39 +01:00
memory_mapped_file_test.cc lib: Return a valid MemoryMappedFile for zero-length files 2017-12-20 22:46:39 +01:00
segbits_file_reader.cc lib: Reader for segbits files 2017-12-20 22:46:39 +01:00
segbits_file_reader_test.cc lib: Reader for segbits files 2017-12-20 22:46:39 +01:00