Single 14 Segment Display Driver with Limited ASCII Decoder  0.1
Ports | Attributes | Libraries | Use Clauses
DisplayDriverWrapper Entity Reference

Libraries

ieee 

Use Clauses

std_logic_1164 
std_logic_unsigned 

Ports

clk   in std_logic
 input clock, xx MHz.
rst   in std_logic
 active high
button   in std_logic
 dev board tact switch to scroll through some test symbols
disp_data   out std_logic_vector ( 14 downto 0 )
disp_sel   out std_logic

Attributes

syn_force_pad  boolean

Member Data Documentation

◆ disp_data

disp_data out std_logic_vector ( 14 downto 0 )
Port

Typically the data fed to display (single or multiple) is provided for single display at a time. If multiple displays are required together with data goes display select (according typical dynamic display indication).

◆ disp_sel

disp_sel out std_logic
Port

If more displays needs to be fed change disp_sel to vector with length equal to number of displays. Use principles of the standard dynamic indication: provide data then enable the displays sequentially. If brightness control is desired just AND the selector and the PWM controller output.


The documentation for this class was generated from the following file: