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: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f44967bc9629
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4914571e8df0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 8, 2019

  1. Copy the full SHA
    4914571 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 .gitmodules
  2. +1 −1 software/glasgow/gateware/fx2.py
  3. +2 −2 software/setup.py
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
url = https://github.com/whitequark/libfx2
[submodule "docs/archive"]
path = docs/archive
url = https://github.com/whitequark/Glasgow-Archive
url = https://github.com/GlasgowEmbedded/Glasgow-Archive
2 changes: 1 addition & 1 deletion software/glasgow/gateware/fx2.py
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ def get_bit(signal, bit):
# The FX2 output valid window starts well after (5.4 ns past) the iCE40 input
# capture window for the rising edge. However, the input capture for
# the falling edge is just right.
# See https://github.com/whitequark/Glasgow/issues/89 for details.
# See https://github.com/GlasgowEmbedded/Glasgow/issues/89 for details.
o_D_IN_1=get_bit(self.i, bit),
)

4 changes: 2 additions & 2 deletions software/setup.py
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ def run(self):
},
project_urls={
#"Documentation": "https://glasgow.readthedocs.io/",
"Source Code": "https://github.com/whitequark/Glasgow",
"Bug Tracker": "https://github.com/whitequark/Glasgow/issues",
"Source Code": "https://github.com/GlasgowEmebedded/Glasgow",
"Bug Tracker": "https://github.com/GlasgowEmebedded/Glasgow/issues",
}
)