vhdl_workshop:lab_9

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
Last revision Both sides next revision
vhdl_workshop:lab_9 [2017/02/13 16:14]
SSE Minion
vhdl_workshop:lab_9 [2017/02/14 14:43]
SSE Minion
Line 25: Line 25:
  
 ==== Data types ==== ==== Data types ====
-The control signals CLK, REST, TIMER_GO and EXPOSE shall be of type **std_ulogic**, as usual. The data signals EXP_TIME and NO_PICS are of the **T_DIGITS** type that is defined in the P_DISPLAY package. An **integer** variable may be used for the binary counter of the exposure timer.+The control signals CLK, RESET, TIMER_GO and EXPOSE shall be of type **std_ulogic**, as usual. The data signals EXP_TIME and NO_PICS are of the **T_DIGITS** type that is defined in the P_DISPLAY package. An **integer** variable may be used for the binary counter of the exposure timer.
  
 ==== To do ==== ==== To do ====
Line 200: Line 200:
 end CFG_TB_EXP_CTRL; end CFG_TB_EXP_CTRL;
 </code> </code>
 +
 +===== Package =====
 +{{page>.:package}}