vhdl_workshop:lab_6

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
vhdl_workshop:lab_6 [2017/02/13 13:49]
SSE Minion created
vhdl_workshop:lab_6 [2017/02/14 14:41]
SSE Minion
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 ====
Line 136: Line 136:
 end CFG_TB_EXP_FF; end CFG_TB_EXP_FF;
 </code> </code>
 +
 +===== Package =====
 +{{page>.:package}}