Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 10, 2016
1 parent 27b603e commit a76a249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ System-on-chip design based on Migen:
https://github.com/m-labs/misoc

Online documentation:
http://m-labs.hk/gateware.html
https://m-labs.hk/gateware.html

#### Quick intro

@@ -52,7 +52,7 @@ m = Module()
counter = Signal(26)
m.comb += led.eq(counter[25])
m.sync += counter.eq(counter + 1)
plat.build_cmdline(m)
plat.build(m)
```

#### License

0 comments on commit a76a249

Please sign in to comment.