|
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 62 of file serport_uart_rx.vhd.
|
Process |
Definition at line 97 of file serport_uart_rx.vhd.
Definition at line 106 of file serport_uart_rx.vhd.
|
Type |
Definition at line 64 of file serport_uart_rx.vhd.
|
Record |
Definition at line 74 of file serport_uart_rx.vhd.
|
Record |
Definition at line 75 of file serport_uart_rx.vhd.
Definition at line 76 of file serport_uart_rx.vhd.
Definition at line 77 of file serport_uart_rx.vhd.
Definition at line 78 of file serport_uart_rx.vhd.
Definition at line 79 of file serport_uart_rx.vhd.
Definition at line 82 of file serport_uart_rx.vhd.
Definition at line 83 of file serport_uart_rx.vhd.
|
Constant |
Definition at line 84 of file serport_uart_rx.vhd.
Definition at line 92 of file serport_uart_rx.vhd.
Definition at line 93 of file serport_uart_rx.vhd.