Skip to content

PRGA Release 0.3.5

Latest
Compare
Choose a tag to compare
@angl-dev angl-dev released this 03 May 22:40
· 18 commits to release since this release
  • Added support for frame-based programming protocol
  • Added support for memory initialization (ROMs!)
  • Changed API so programming protocol may be selected after VPR/Yosys script
    generation, decoupling design space exploration with physical implementation
  • Improved bitstream generation to a more generic FASM format and more flexible
    assembler
  • Added "Magic" bitstream checker based on the Magic programming protocol to
    help debugging the bitstream loading process for other protocols
  • Example scripts and documentation updated to match the modifications above