Skip to content

Commit 155d5df

Browse files
committed
Readme headers
1 parent a3f22cc commit 155d5df

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
This tutorial has the following parts:
44

5-
1. Play the excellent [NandGame](http://nandgame.com/). Try to get at least to
6-
"Data Flip-Flop".
5+
## [NandGame](http://nandgame.com/)
76

8-
2. If you are not familiar with bit operations, learn a bit about them. There
9-
are some links and exercises in the [bits/](bits/) directory.
7+
Play the excellent [NandGame](http://nandgame.com/). Try to get at least to
8+
"Data Flip-Flop".
109

11-
3. Move on to Verilog basics in the [verilog/](verilog/) directory.
10+
## [Bit operations](bits/)
1211

13-
4. Finally, we get to play with real hardware. See the [fpga/](fpga/) directory.
12+
If you are not familiar with bit operations, learn a bit about them. There
13+
are some links and exercises in the [bits/](bits/) directory.
14+
15+
## [Verilog basics](verilog/)
16+
17+
Move on to Verilog basics in the [verilog/](verilog/) directory.
18+
19+
## [FPGA](fpga/)
20+
21+
Finally, we get to play with real hardware. See the [fpga/](fpga/) directory.

0 commit comments

Comments
 (0)