diff --git a/lib/include/prjxray/xilinx/xc7series/bitstream_reader.h b/lib/include/prjxray/xilinx/xc7series/bitstream_reader.h index 218650fc..7b6ad034 100644 --- a/lib/include/prjxray/xilinx/xc7series/bitstream_reader.h +++ b/lib/include/prjxray/xilinx/xc7series/bitstream_reader.h @@ -49,6 +49,8 @@ class BitstreamReader { template static absl::optional InitWithBytes(T &bitstream); + const std::vector &words() { return words_; }; + // Returns an iterator that yields `ConfigurationPackets` // as read from the bitstream. iterator begin();