prjxray/lib/include/prjxray
Rick Altherr a4858be23a lib: accessor to get contents of a memory-mapped file as bytes
MemoryMappedFile's data() method returns a void* as it has no idea what
type the contents are.  Viewing it as bytes is a very common operation
so add a convience method that wraps the pointer in a Span<uint8_t>.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-01-04 11:17:59 -08:00
..
xilinx/xc7series lib: accessor to get contents of a memory-mapped file as bytes 2018-01-04 11:17:59 -08:00
big_endian_span.h lib: adapter to read big-endian words from a span<> containing bytes 2017-12-20 22:46:39 +01:00
bit_ops.h lib: bit_ops: Allow bit_field_set() to implicitly cast value to desired type 2017-12-20 22:46:39 +01:00
database.h lib: Wrapper for retrieving info from a database directory 2017-12-20 22:46:39 +01:00
memory_mapped_file.h lib: accessor to get contents of a memory-mapped file as bytes 2018-01-04 11:17:59 -08:00
segbits_file_reader.h lib: Reader for segbits files 2017-12-20 22:46:39 +01:00