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
vhdl_workshop:lab_6 [2017/02/13 13:49]
SSE Minion created
vhdl_workshop:lab_6 [2017/02/15 14:31]
SSE Minion [Synopsis]
Line 9: Line 9:
 The complete interface of the register is shown in the following figure: The complete interface of the register is shown in the following figure:
  
-TODO Bild The exposure time latch+{{:vhdl_workshop:workshop_register.svg?nolink&350|The exposure time latch}}
  
 ==== Behaviour ==== ==== Behaviour ====
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}}