w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
syn Architecture Reference
Architecture >> syn

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

Detailed Description

Definition at line 50 of file serport_uart_autobaud.vhd.

Member Function/Procedure/Process Documentation

◆ proc_regs()

proc_regs (   CLK  
)
Process

Definition at line 95 of file serport_uart_autobaud.vhd.

◆ proc_next()

proc_next (   R_REGS ,
  CE_MSEC ,
  RESET ,
  RXSD  
)
Process

Definition at line 108 of file serport_uart_autobaud.vhd.

Member Data Documentation

◆ state_type

state_type ( s_idle , s_break , s_wait , s_sync )
Type

Definition at line 52 of file serport_uart_autobaud.vhd.

◆ regs_type

regs_type
Record

Definition at line 59 of file serport_uart_autobaud.vhd.

◆ ccnt

ccnt slv ( CDWIDTH - 1 + 3 downto 0 )
Record

Definition at line 60 of file serport_uart_autobaud.vhd.

◆ mcnt

mcnt slv7
Record

Definition at line 61 of file serport_uart_autobaud.vhd.

◆ seen1

seen1 slbit
Record

Definition at line 62 of file serport_uart_autobaud.vhd.

◆ state

state state_type
Record

Definition at line 63 of file serport_uart_autobaud.vhd.

◆ ccntinit

ccntinit slv ( CDWIDTH - 1 + 3 downto 0 ) := slv ( to_unsigned ( 2 ** ( CDWIDTH + 3 ) - 3 , CDWIDTH + 3 ) )
Constant

Definition at line 75 of file serport_uart_autobaud.vhd.

◆ mcntzero

mcntzero slv7 := ( others = > ' 0 ' )
Constant

Definition at line 77 of file serport_uart_autobaud.vhd.

◆ mcntlast

mcntlast slv7 := ( others = > ' 1 ' )
Constant

Definition at line 78 of file serport_uart_autobaud.vhd.

◆ regs_init

regs_init regs_type := ( slv ( to_unsigned ( CDINIT , CDWIDTH ) ) & " 000 " , ( others = > ' 0 ' ) , ' 0 ' , s_idle )
Constant

Definition at line 79 of file serport_uart_autobaud.vhd.

◆ R_REGS

Definition at line 86 of file serport_uart_autobaud.vhd.

◆ N_REGS

N_REGS regs_type
Signal

Definition at line 87 of file serport_uart_autobaud.vhd.


The documentation for this design unit was generated from the following file: