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

Commits on Sep 23, 2019

  1. Copy the full SHA
    b70a2fd View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 software/glasgow/applet/program/ice40_sram/__init__.py
4 changes: 3 additions & 1 deletion software/glasgow/applet/program/ice40_sram/__init__.py
Original file line number Diff line number Diff line change
@@ -112,4 +112,6 @@ async def interact(self, device, args, ice40_iface):
class ProgramICE40SRAMAppletTestCase(GlasgowAppletTestCase, applet=ProgramICE40SRAMApplet):
@synthesis_test
def test_build(self):
self.assertBuilds()
self.assertBuilds(args=["--pin-sck", "0", "--pin-ss", "1",
"--pin-mosi", "2", "--pin-miso", "3",
"--pin-reset", "4", "--pin-done", "5"])