8000 Comparing Xilinx:master...sonnyhcl:master · Xilinx/PYNQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Xilinx/PYNQ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sonnyhcl/PYNQ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 1 contributor

Commits on Feb 22, 2017

  1. fix bugs in class my_new_accelerator

    data_address should be increased as data goes while read or write data using mmio
    fix ```self.mmio.write(RAW_DATA_OFFSET, raw_data[i])``` to ```self.mmio.write(RAW_DATA_OFFSET+4*i, raw_data[i]```
    sonnyhcl authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    881b9ab View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    678402e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Polish it a little bit.

    sonnyhcl authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    19fdba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. merge latest pynq commit

    sonnyhcl committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    809d6ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941bf68 View commit details
    Browse the repository at this point in the history
Loading
0