prjxray/lib
Jake Mercer 57d8a3a6bd SEGBITS FILE READER - Handle Whitespace
The previous commit caused the segbits file reader test to fail as
trailing whitespace was removed from the test_data.  Updated the reader
to additionally handle a tag immediately followed by a newline.

Signed-off-by: Jake Mercer <jake.mercer@civica.co.uk>
2019-10-22 19:35:24 +01:00
..
include/prjxray bitstream_tools: Add support for Spartan6 2019-10-22 09:20:04 +02:00
test_data FORMAT - Run `make format` 2019-10-22 19:35:24 +01:00
xilinx bitstream_tools: Add unit tests for Spartan6 2019-10-22 09:20:04 +02:00
CMakeLists.txt bitstream_tools: Add unit tests for Spartan6 2019-10-22 09:20:04 +02: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 SEGBITS FILE READER - Handle Whitespace 2019-10-22 19:35:24 +01:00
segbits_file_reader_test.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00