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

Commits on May 31, 2017

  1. Added xptools

    azonenberg committed May 31, 2017
    Copy the full SHA
    1793163 View commit details
  2. Copy the full SHA
    57abc63 View commit details
Showing with 7 additions and 2 deletions.
  1. +3 −0 .gitmodules
  2. +2 −2 doc/coolrunner/xc2c32a-notes.txt
  3. +1 −0 src/CMakeLists.txt
  4. +1 −0 src/xptools
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "src/log"]
path = src/log
url = https://github.com/azonenberg/logtools.git
[submodule "src/xptools"]
path = src/xptools
url = https://github.com/azonenberg/xptools.git
4 changes: 2 additions & 2 deletions doc/coolrunner/xc2c32a-notes.txt
Original file line number Diff line number Diff line change
@@ -81,8 +81,8 @@ Mask ROM mux inputs:
FB0 pad 9 (row 9, 20, 31, 32)
FB0 pad 8 (row 8, 19, 21, 30)
FB0 pad 7 (row 7, 10, 18, 29)
FB0 pad 6 (row 6, 17, 28, 6)
FB0 pad 5 (row 5, 16, 27, 5)
FB0 pad 6 (row 6, 17, 28, 39)
FB0 pad 5 (row 5, 16, 27, 38)
FB0 pad 4 (row 4, 15, 26, 37)
FB0 pad 3 (row 3, 14, 25, 36)
FB0 pad 2 (row 2, 13, 24, 35)
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -6,3 +6,4 @@ add_subdirectory(gp4tchar)
add_subdirectory(xbpar)
add_subdirectory(log)
add_subdirectory(gpcosim)
add_subdirectory(xptools)
1 change: 1 addition & 0 deletions src/xptools
Submodule xptools added at 8d2c0d