prjxray/lib
Rick Altherr 5749352937 lib: xc7series: convience constructor for Configuration
Configuration's original constructor expects Span<uint32_t>s as part of
the map to avoid copying the actual frame data.  In tests or any other
place that needs to directly construct a Configuration, the caller will
already have a map with vector<uint32_t> to hold the actual frame data.
This new constructor just wraps those vectors in Spans.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-01-16 16:11:08 -08:00
..
include/prjxray lib: xc7series: convience constructor for Configuration 2018-01-16 16:11:08 -08:00
test_data lib: xc7series: verify bitstream variants parse to same configurations 2018-01-04 15:11:00 -08:00
xilinx/xc7series Remove unused ConfigurationFrameRange 2018-01-10 14:28:30 -08:00
CMakeLists.txt Remove unused ConfigurationFrameRange 2018-01-10 14:28:30 -08: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 Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
database.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
memory_mapped_file.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08: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 Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
segbits_file_reader_test.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00