User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
labs:codebreaker [2020/05/28 17:59]
nelson
labs:codebreaker [2020/06/08 09:29] (current)
nelson
Line 97: Line 97:
  
 Look over the top-level module, and make sure you understand how it works. ​ The module contains: Look over the top-level module, and make sure you understand how it works. ​ The module contains:
-  * A ''​clk_generator''​ instance, that generates a 25MHz clock needed by the VGA display.+  * A ''​clk_generator''​ instance, that generates a 25MHz clock needed by the VGA display. ​ 
   * A ''​BitmapToVga''​ instance, that controls the VGA outputs, and has inputs that allow you to modify the pixel colors of the bitmap that is displayed over VGA.   * A ''​BitmapToVga''​ instance, that controls the VGA outputs, and has inputs that allow you to modify the pixel colors of the bitmap that is displayed over VGA.
   * A ''​CharDrawer''​ instance, that is connected to the ''​BitmapToVga'',​ that is used to draw messages to the bitmap, and thus the VGA display.   * A ''​CharDrawer''​ instance, that is connected to the ''​BitmapToVga'',​ that is used to draw messages to the bitmap, and thus the VGA display.