prjxray/lib
Rick Altherr 43b70caf03 xc7series: Dynamically allocate config packets when writing bitstreams
ConfigurationPacket assumes that the payload data is owned by someone
else. For frame data, that is generally true.  For initialization and
finalization sequences, those payloads need to be created and managed.
Instead, dynamically allocate packets which allows for using subclasses
of ConfigurationPacket that store the payload with the packet.

Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-01 14:34:31 -08:00
..
include/prjxray xc7series: Dynamically allocate config packets when writing bitstreams 2018-02-01 14:34:31 -08:00
test_data lib: xc7series: verify bitstream variants parse to same configurations 2018-01-04 15:11:00 -08:00
xilinx/xc7series xc7series: Dynamically allocate config packets when writing bitstreams 2018-02-01 14:34:31 -08:00
CMakeLists.txt Code cleanup and additional comments 2018-01-31 18:48:01 -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