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: 48edca9452d9
Choose a base ref
...
head repository: azonenberg/openfpga
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81de7f3f455c
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 10, 2017

  1. Copy the full SHA
    265ca6d View commit details
  2. Copy the full SHA
    0910a3b View commit details
  3. Copy the full SHA
    2675b65 View commit details
  4. Copy the full SHA
    f2c9aab View commit details
  5. Copy the full SHA
    ff3ea77 View commit details
  6. Copy the full SHA
    ded1948 View commit details
  7. Copy the full SHA
    b1a9b1a View commit details
  8. Copy the full SHA
    5c1d4cd View commit details
  9. Copy the full SHA
    81de7f3 View commit details
Showing with 1,996 additions and 10 deletions.
  1. +497 −3 src/xc2bit/src/bitstream.rs
  2. +61 −2 src/xc2bit/src/fb.rs
  3. +223 −1 src/xc2bit/src/iob.rs
  4. +4 −4 src/xc2bit/src/lib.rs
  5. +160 −0 src/xc2bit/src/mc.rs
  6. +1,051 −0 src/xc2bit/src/zia.rs
Loading