Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: azonenberg/openfpga
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6237ea6a460
Choose a base ref
...
head repository: azonenberg/openfpga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7214477dc671
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 9, 2017

  1. Copy the full SHA
    845888c View commit details
  2. Copy the full SHA
    3f35cc5 View commit details
  3. Copy the full SHA
    9ccd593 View commit details
  4. Copy the full SHA
    bf0a038 View commit details
  5. Copy the full SHA
    a3228b4 View commit details
  6. Copy the full SHA
    abafd30 View commit details
  7. Copy the full SHA
    90baabb View commit details
  8. Copy the full SHA
    e647fa1 View commit details
  9. Copy the full SHA
    7214477 View commit details
Showing with 1,211 additions and 207 deletions.
  1. +513 −160 src/xc2bit/src/bitstream.rs
  2. +27 −28 src/xc2bit/src/fb.rs
  3. +37 −15 src/xc2bit/src/iob.rs
  4. +3 −3 src/xc2bit/src/lib.rs
  5. +1 −1 src/xc2bit/src/mc.rs
  6. +630 −0 src/xc2bit/src/zia.rs
Loading