prjxray/tools
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
..
.gitignore Ignore cmake generated files 2017-12-20 22:46:39 +01:00
CMakeLists.txt tools: Rewrite bitread using libprjxray 2017-12-20 22:46:39 +01:00
bitread.cc lib: accessor to get contents of a memory-mapped file as bytes 2018-01-04 11:17:59 -08:00
bittool.cc lib: accessor to get contents of a memory-mapped file as bytes 2018-01-04 11:17:59 -08:00
frame_address_decoder.cc frame_address_decoder: Autodetect input address base (oct, dec, hex) 2017-12-20 22:46:39 +01:00
gen_part_base_yaml.cc lib: accessor to get contents of a memory-mapped file as bytes 2018-01-04 11:17:59 -08:00
segmatch.cc Revert "segmatch: add options to exclude tags and bits from a database" 2017-12-20 22:46:39 +01:00