Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 23:11
v0.2.0
7cefa17

In this release:

  • Add support for removing SPI_MODE commands when writing bitstreams to SRAM
    • Use --no-remove-spimode to disable
  • Add support for patching VERIFY_IDCODE commands when writing bitstreams
    • Use --no-fix-idcode to disable
  • Add support for removing VERIFY_IDCODE commands when writing bitstreams
    • Use --remove-idcode to remove VERIFY_IDCODE commands
  • Update to clap v4

Full Changelog: v0.1.8...v0.2.0

The following pre-built files are available:

  • ecpdap_linux_x86_64: ecpdap software for Linux (64-bit)
  • ecpdap_windows_x86_64.exe: ecpdap software for Windows (64-bit)

ecpdap recommends libusb be installed; on Linux it should suffice to install libusb-1.0, on Windows download the pre-built DLLs from libusb.info and place the libusb-1.0.dll file from MinGW64/dll into the same directory as the ecpdap executable.