prjxray/lib/include/prjxray/xilinx/xc7series
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
..
bitstream_reader.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
bitstream_writer.h lib: xc7series: const all the Span<>s 2018-01-22 14:15:13 -08:00
block_type.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
configuration.h lib: xc7series: const all the Span<>s 2018-01-22 14:15:13 -08:00
configuration_bus.h xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_column.h xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_packet.h lib: xc7series: const all the Span<>s 2018-01-22 14:15:13 -08:00
configuration_packetizer.h lib: xc7series: generate packets from a Configuration 2018-01-17 11:20:06 -08:00
configuration_register.h Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
frame_address.h lib: xc7series: shorten accessor names 2018-01-10 14:28:17 -08:00
global_clock_region.h xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
part.h xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
row.h xc7series: refactor Part() 2018-01-10 14:28:23 -08:00