prjxray/lib
Rick Altherr b0604362e0 lib: xc7series: const all the Span<>s
Span<T> can be converted to a Span<const T> but the reverse is not true.
Since most of the uses of spans do not allow modification of the data,
taking a Span<const T> is more versatile and importantly allows them to
be used in const methods.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-01-22 14:15:13 -08:00
..
include/prjxray lib: xc7series: const all the Span<>s 2018-01-22 14:15:13 -08:00
test_data lib: xc7series: verify bitstream variants parse to same configurations 2018-01-04 15:11:00 -08:00
xilinx/xc7series Merge branch 'master' into bit_write 2018-01-17 15:07:04 -08:00
CMakeLists.txt Merge branch 'master' into bit_write 2018-01-17 15:07:04 -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