w11 - vhd 0.794
W11 CPU core and support modules
|
Processes | |
proc_regs | ( CLK ) |
proc_next | ( R_REGS , CE_MSEC , RESET , RXSD ) |
Constants | |
ccntinit | slv ( CDWIDTH - 1 + 3 downto 0 ) := slv ( to_unsigned ( 2 ** ( CDWIDTH + 3 ) - 3 , CDWIDTH + 3 ) ) |
mcntzero | slv7 := ( others = > ' 0 ' ) |
mcntlast | slv7 := ( others = > ' 1 ' ) |
regs_init | regs_type := ( slv ( to_unsigned ( CDINIT , CDWIDTH ) ) & " 000 " , ( others = > ' 0 ' ) , ' 0 ' , s_idle ) |
Types | |
state_type | ( s_idle , s_break , s_wait , s_sync ) |
Signals | |
R_REGS | regs_type := regs_init |
N_REGS | regs_type |
Records | |
regs_type | |
ccnt | slv ( CDWIDTH - 1 + 3 downto 0 ) |
mcnt | slv7 |
seen1 | slbit |
state | state_type |
Definition at line 50 of file serport_uart_autobaud.vhd.
|
Process |
Definition at line 95 of file serport_uart_autobaud.vhd.
Definition at line 108 of file serport_uart_autobaud.vhd.
|
Type |
Definition at line 52 of file serport_uart_autobaud.vhd.
|
Record |
Definition at line 59 of file serport_uart_autobaud.vhd.
Definition at line 60 of file serport_uart_autobaud.vhd.
Definition at line 61 of file serport_uart_autobaud.vhd.
Definition at line 62 of file serport_uart_autobaud.vhd.
|
Record |
Definition at line 63 of file serport_uart_autobaud.vhd.
|
Constant |
Definition at line 75 of file serport_uart_autobaud.vhd.
Definition at line 77 of file serport_uart_autobaud.vhd.
Definition at line 78 of file serport_uart_autobaud.vhd.
|
Constant |
Definition at line 79 of file serport_uart_autobaud.vhd.
Definition at line 86 of file serport_uart_autobaud.vhd.
Definition at line 87 of file serport_uart_autobaud.vhd.