prjxray/lib/xilinx/xc7series
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
..
bitstream_reader.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
bitstream_reader_test.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
bitstream_writer.cc xc7series: Dynamically allocate config packets when writing bitstreams 2018-02-01 14:34:31 -08:00
bitstream_writer_test.cc xc7series: Dynamically allocate config packets when writing bitstreams 2018-02-01 14:34:31 -08:00
block_type.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
block_type_test.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
configuration_bus.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_bus_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_column.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_column_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
configuration_packet.cc Return zero-fill packets when reading bitstreams 2018-01-22 14:15:30 -08:00
configuration_packet_test.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
configuration_packetizer.cc lib: xc7series: generate packets from a Configuration 2018-01-17 11:20:06 -08:00
configuration_packetizer_test.cc lib: xc7series: generate packets from a Configuration 2018-01-17 11:20:06 -08:00
configuration_register.cc Apply clang-format to all C++ files 2018-01-08 17:14:27 -08:00
configuration_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
crc_test.cc Code cleanup and additional comments 2018-01-31 18:48:01 -08:00
ecc_test.cc Code cleanup and additional comments 2018-01-31 18:48:01 -08:00
frame_address.cc lib: xc7series: shorten accessor names 2018-01-10 14:28:17 -08:00
frame_address_test.cc lib: xc7series: shorten accessor names 2018-01-10 14:28:17 -08:00
global_clock_region.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
global_clock_region_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
part.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
part_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
row.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00
row_test.cc xc7series: refactor Part() 2018-01-10 14:28:23 -08:00