Skip to content
New issue

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

Lattice encrypted bitstreams #432

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Commits on Feb 13, 2024

  1. latticeBitParser: add support for loading Lattice (Nexus) encrypted b…

    …itstreams,
    
    by adding key and preamble of encrypted bitstreams to if statements.
    bg-gsl committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0f9422f View commit details
    Browse the repository at this point in the history
  2. lattice nexus boards: change from CABLE_DEFAULT (i.e. 6MHz) to CABLE_…

    …MHZ(1) (i.e. 1MHz)
    
    as at 6MHz the download of bitstreams is not stable.
    
    With "not stable" we mean that:
    - when dealing with Certus/Crosslink, most of the times it works
    - when dealing with CertusPro devices, most of the times it doesn't work
    
    We think this is due to the size of the bitstream and the way that the
    transmission/storing is handled on the receiving side (i.e. the FPGA).
    bg-gsl committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e923ef4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc519c View commit details
    Browse the repository at this point in the history