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 , 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

Detailed Description

Definition at line 62 of file serport_uart_rx.vhd.

Member Function/Procedure/Process Documentation

◆ proc_regs()

proc_regs (   CLK  
)
Process

Definition at line 97 of file serport_uart_rx.vhd.

◆ proc_next()

proc_next (   R_REGS ,
  RESET ,
  CLKDIV ,
  RXSD  
)
Process

Definition at line 106 of file serport_uart_rx.vhd.

Member Data Documentation

◆ state_type

state_type ( s_idle , s_colb0 , s_endb0 , s_colbx , s_endbx , s_colb9 , s_endb9 )
Type

Definition at line 64 of file serport_uart_rx.vhd.

◆ regs_type

regs_type
Record

Definition at line 74 of file serport_uart_rx.vhd.

◆ state

state state_type
Record

Definition at line 75 of file serport_uart_rx.vhd.

◆ ccnt

ccnt slv ( CDWIDTH - 1 downto 0 )
Record

Definition at line 76 of file serport_uart_rx.vhd.

◆ dcnt

dcnt slv ( CDWIDTH downto 0 )
Record

Definition at line 77 of file serport_uart_rx.vhd.

◆ bcnt

bcnt slv4
Record

Definition at line 78 of file serport_uart_rx.vhd.

◆ sreg

sreg slv8
Record

Definition at line 79 of file serport_uart_rx.vhd.

◆ ccntzero

ccntzero slv ( CDWIDTH - 1 downto 0 ) := ( others = > ' 0 ' )
Constant

Definition at line 82 of file serport_uart_rx.vhd.

◆ dcntzero

dcntzero slv ( CDWIDTH downto 0 ) := ( others = > ' 0 ' )
Constant

Definition at line 83 of file serport_uart_rx.vhd.

◆ regs_init

regs_init regs_type := ( s_idle , ccntzero , dcntzero , ( others = > ' 0 ' ) , ( others = > ' 0 ' ) )
Constant

Definition at line 84 of file serport_uart_rx.vhd.

◆ R_REGS

Definition at line 92 of file serport_uart_rx.vhd.

◆ N_REGS

N_REGS regs_type
Signal

Definition at line 93 of file serport_uart_rx.vhd.


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