mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-29 09:20:14 +02:00
Kaitai Struct only support purely stateless parsing. That only works up to the packet layer for Xilinx bitstreams. As there are now both C++ (prjxray) and Rust (gaffe) parsers that work up through config frames, the KSY only serves to mislead someone that Kaitai Struct works for this purpose. Signed-off-by: Rick Altherr <[email protected]>