Skip to content

Commit a76a249

Browse files
committedFeb 10, 2016
README: update
1 parent 27b603e commit a76a249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ System-on-chip design based on Migen:
3939
https://github.com/m-labs/misoc
4040

4141
Online documentation:
42-
http://m-labs.hk/gateware.html
42+
https://m-labs.hk/gateware.html
4343

4444
#### Quick intro
4545

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

5858
#### License

0 commit comments

Comments
 (0)
Please sign in to comment.