rtl Architecture Reference
List of all members.
Processes |
fsm | ( clk , rstb ) |
Constants |
NDAC | := 8 |
WRITE_LENGTH | := 4 |
NBRANCH | := 5 |
addresses | dac_list := ( 7 = > ( 0 , 0 ) , 6 = > ( 0 , 1 ) , 5 = > ( 0 , 2 ) , 4 = > ( 0 , 3 ) , 3 = > ( 1 , 0 ) , 2 = > ( 1 , 1 ) , 1 = > ( 1 , 2 ) , 0 = > ( 1 , 3 ) ) |
Types |
state_t | ( idle , setup , new_dac , write_dac , finish ) |
dac_list | array ( NDAC -1 downto 0 ) of dac_entry |
dac_values | array ( NDAC -1 downto 0 ) of ( 7 downto 0 ) |
Signals |
values_i | dac_values |
state_i | state_t |
i | range 0 to NDAC +1 |
j | range 0 to WRITE_LENGTH +1 |
start_i | |
Records |
dac_entry : record | |
dac_id | |
dac_ch | |
Member Function Documentation
fsm | |
( clk , |
|
|
rstb ) |
[Process]
Member Data Documentation
addresses dac_list := ( 7 = > ( 0 , 0 ) , 6 = > ( 0 , 1 ) , 5 = > ( 0 , 2 ) , 4 = > ( 0 , 3 ) , 3 = > ( 1 , 0 ) , 2 = > ( 1 , 1 ) , 1 = > ( 1 , 2 ) , 0 = > ( 1 , 3 ) ) [Constant] |
i range 0 to NDAC +1 [Signal] |
state_t ( idle , setup , new_dac , write_dac , finish ) [Type] |
The documentation for this class was generated from the following file: