Bladeren bron

added links

w.mueller 4 jaren geleden
bovenliggende
commit
3e9dc0f04e
1 gewijzigde bestanden met toevoegingen van 4 en 5 verwijderingen
  1. 4 5
      README.md

+ 4 - 5
README.md

@@ -9,9 +9,9 @@ Pong game on Altera FPGA as exercise in Hardware-/Software-Codesign
 Below images show flowcharts for all featured software functions.
 Below images show flowcharts for all featured software functions.
 Fist chart feature the main game function. Subfunctions are described below.
 Fist chart feature the main game function. Subfunctions are described below.
 See:    
 See:    
-- draw
-- reset_positons
-- reset_screen
+- [draw](images/draw.png)
+- [reset_positons](images/reset_positions.png)
+- [reset_screen](images/reset_screen.png)
 
 
 ### Main function Flowchart
 ### Main function Flowchart
 ![](images/game_function_PAP.png)
 ![](images/game_function_PAP.png)
@@ -19,8 +19,7 @@ See:
 ---
 ---
 
 
 ### Subfunctions  Flowcharts
 ### Subfunctions  Flowcharts
-Flowchart of draw function.
-Function output the virtual screen to the output pins to be processed by VHDL
+Flowchart of draw function. Function output the virtual screen to the output pins to be processed by VHDL
 
 
 ![](images/draw.png)
 ![](images/draw.png)