vhdl_workshop:lab_6

Differences

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

Link to this comparison view

Next revision Both sides next revision
vhdl_workshop:lab_6 [2017/02/13 13:49]
SSE Minion created
vhdl_workshop:lab_6 [2017/02/13 18:02]
SSE Minion [Data types]
Line 23: Line 23:
  
 ==== Data types ==== ==== Data types ====
-The exposure latch is used to store the exposure time, i.e. **T_DISPLAY** is the appropriate type for the data signals. CLK and RESET are single bit control signals and shall therefore be of type **std_ulogic**.+The exposure latch is used to store the exposure time, i.e. **T_DIGITS** is the appropriate type for the data signals. CLK and RESET are single bit control signals and shall therefore be of type **std_ulogic**.
  
 ==== To do ==== ==== To do ====