We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@kc8apf put together a Kaitai Struct language description of the Xilinx Bitstream format here -> https://github.com/SymbiFlow/prjxray/blob/master/docs/xilinx_bitstream.ksy
It would be great to render in our document as the file as shown here -> http://formats.kaitai.io/edid/index.html
KSY can be converted to GraphViz .dot format. Sphinx has an extension for rendering GraphViz files.
KSY can be converted to Python code and Sphinx can read Python code. That could be a useful method for getting the stuff into Sphinx too.
The text was updated successfully, but these errors were encountered:
Merge pull request #106 from mithro/ice40-fix-plb-alignment
c0bf724
ice40: Fix alignment in PLB.
mx-shift
No branches or pull requests
@kc8apf put together a Kaitai Struct language description of the Xilinx Bitstream format here -> https://github.com/SymbiFlow/prjxray/blob/master/docs/xilinx_bitstream.ksy
It would be great to render in our document as the file as shown here -> http://formats.kaitai.io/edid/index.html
KSY can be converted to GraphViz .dot format. Sphinx has an extension for rendering GraphViz files.
KSY can be converted to Python code and Sphinx can read Python code. That could be a useful method for getting the stuff into Sphinx too.
The text was updated successfully, but these errors were encountered: