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
vhdl_workshop:lab_9 [2017/02/13 16:14]
SSE Minion
vhdl_workshop:lab_9 [2017/02/15 17:27]
SSE Minion [Synopsis]
Line 11: Line 11:
 Please have a look at the module interface before you start to design: Please have a look at the module interface before you start to design:
  
-TODO Bild The exposure controller+{{:vhdl_workshop:workshop_exposurecontroller.svg?nolink&550|The exposure controller}}
  
 ==== Behaviour ==== ==== Behaviour ====
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}}