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

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 46 of file serport_uart_rx_tb.vhd.

Member Function/Procedure/Process Documentation

◆ proc_regs()

proc_regs (   CLK  
)
Process

Definition at line 81 of file serport_uart_rx_tb.vhd.

◆ proc_next()

proc_next (   R_REGS ,
  RESET ,
  CLKDIV ,
  RXSD  
)
Process

Definition at line 90 of file serport_uart_rx_tb.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 48 of file serport_uart_rx_tb.vhd.

◆ regs_type

regs_type
Record

Definition at line 58 of file serport_uart_rx_tb.vhd.

◆ state

state state_type
Record

Definition at line 59 of file serport_uart_rx_tb.vhd.

◆ ccnt

ccnt slv ( CDWIDTH - 1 downto 0 )
Record

Definition at line 60 of file serport_uart_rx_tb.vhd.

◆ dcnt

dcnt slv ( CDWIDTH downto 0 )
Record

Definition at line 61 of file serport_uart_rx_tb.vhd.

◆ bcnt

bcnt slv4
Record

Definition at line 62 of file serport_uart_rx_tb.vhd.

◆ sreg

sreg slv8
Record

Definition at line 63 of file serport_uart_rx_tb.vhd.

◆ ccntzero

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

Definition at line 66 of file serport_uart_rx_tb.vhd.

◆ dcntzero

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

Definition at line 67 of file serport_uart_rx_tb.vhd.

◆ regs_init

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

Definition at line 68 of file serport_uart_rx_tb.vhd.

◆ R_REGS

Definition at line 76 of file serport_uart_rx_tb.vhd.

◆ N_REGS

N_REGS regs_type
Signal

Definition at line 77 of file serport_uart_rx_tb.vhd.


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