|
w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
| proc_regs | ( CLK ) |
| proc_next | ( R_REGS , RESET , CLKDIV , RXSD ) |
Constants | |
| ccntzero | slv ( CDWIDTH - 1 downto 0 ) := ( others = > ' 0 ' ) |
| dcntzero | slv ( CDWIDTH downto 0 ) := ( others = > ' 0 ' ) |
| regs_init | regs_type := ( s_idle , ccntzero , dcntzero , ( others = > ' 0 ' ) , ( others = > ' 0 ' ) ) |
Types | |
| state_type | ( s_idle , s_colb0 , s_endb0 , s_colbx , s_endbx , s_colb9 , s_endb9 ) |
Signals | |
| R_REGS | regs_type := regs_init |
| N_REGS | regs_type |
Records | |
| regs_type | |
| state | state_type |
| ccnt | slv ( CDWIDTH - 1 downto 0 ) |
| dcnt | slv ( CDWIDTH downto 0 ) |
| bcnt | slv4 |
| sreg | slv8 |
Definition at line 46 of file serport_uart_rx_tb.vhd.
|
Process |
Definition at line 81 of file serport_uart_rx_tb.vhd.
Definition at line 90 of file serport_uart_rx_tb.vhd.
|
Type |
Definition at line 48 of file serport_uart_rx_tb.vhd.
|
Record |
Definition at line 58 of file serport_uart_rx_tb.vhd.
|
Record |
Definition at line 59 of file serport_uart_rx_tb.vhd.
Definition at line 60 of file serport_uart_rx_tb.vhd.
Definition at line 61 of file serport_uart_rx_tb.vhd.
Definition at line 62 of file serport_uart_rx_tb.vhd.
Definition at line 63 of file serport_uart_rx_tb.vhd.
Definition at line 66 of file serport_uart_rx_tb.vhd.
Definition at line 67 of file serport_uart_rx_tb.vhd.
|
Constant |
Definition at line 68 of file serport_uart_rx_tb.vhd.
Definition at line 76 of file serport_uart_rx_tb.vhd.
Definition at line 77 of file serport_uart_rx_tb.vhd.