Skip to content

Commit a1b1dcd

Browse files
authored
Update README.md
1 parent a8162ee commit a1b1dcd

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

+17-9
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,31 @@ Find all the information on the [WIKI page](https://github.com/FPGAwars/FpgaRide
1212

1313
categories:
1414

15-
1- In-Outs : for Fpga inputs outputs dealing (tri-state, de-bouncing, boutons of every sort, mechanical encoders ... )
15+
### 1- In-Outs
16+
For Fpga inputs outputs dealing (tri-state, de-bouncing, boutons of every sort, mechanical encoders ... )
1617

17-
2- LogicCircuits : basic Gates, Combinatory and sequential logic, + special Tim rudy 74LS,.. collection (thanks to him for that job!) (It can be fun for emulating, with an fpgaboard, a circuit that we can later solder with traditional ICs (not all DiY applications need the final use of a 100KLuts FPGA ;-) )
18+
### 2- LogicCircuits
19+
Basic Gates, Combinatory and sequential logic, + special Tim rudy 74LS,.. collection (thanks to him for that job!) (It can be fun for emulating, with an fpgaboard, a circuit that we can later solder with traditional ICs (not all DiY applications need the final use of a 100KLuts FPGA ;-) )
1820

19-
3- Interface : simple protocol interfaces ( thaht can be used with almost any periferal comunicating with thaht protocol), complex interfaces ( oriented to the use of a single, particular peripheral...)
21+
### 3- Interface
22+
Simple protocol interfaces ( thaht can be used with almost any periferal comunicating with thaht protocol), complex interfaces ( oriented to the use of a single, particular peripheral...)
2023

21-
4- Memories : FF, Bram, external memories controller,...
24+
### 4- Memories
25+
FF, Bram, external memories controller,...
2226

23-
5- Math : More " complex" Multi-bit math operations (@ Democrito ;-))
27+
### 5- Math
28+
More " complex" Multi-bit math operations (@ Democrito ;-))
2429

25-
6- Processing : Cpu, DSP, ..., and the much simpler State-machines
30+
### 6- Processing
31+
Cpu, DSP, ..., and the much simpler State-machines
2632

27-
7- Sound : for the pleasure of your hears :-)
33+
### 7- Sound
34+
Sound related blocks
2835

29-
8- Graphics : for the pleasure of your Eyes :-)
36+
### 8- Graphics
37+
Graphics related blocks
3038

31-
9- Various : guess what! :-)
39+
### 9- Various
3240

3341

3442

0 commit comments

Comments
 (0)