mirror of https://github.com/openXC7/prjxray.git
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> |
||
|---|---|---|
| .. | ||
| include/prjxray | ||
| test_data | ||
| xilinx/xc7series | ||
| CMakeLists.txt | ||
| big_endian_span_test.cc | ||
| bit_ops_test.cc | ||
| database.cc | ||
| memory_mapped_file.cc | ||
| memory_mapped_file_test.cc | ||
| segbits_file_reader.cc | ||
| segbits_file_reader_test.cc | ||