ar_UART Architecture Reference

Inherits BaudGen, and Shift_REG.

Inherited by UART.

List of all members.



Processes

PROCESS_43  ( clk , reset )

Constants

zeroVect  std_logic_vector ( Data_sz +1 downto 0 ) := ( others = > ' 0 ' )

Signals

Bclk  std_logic
RDATA_int  std_logic_vector ( Data_sz +1 downto 0 )
WDATA_int  std_logic_vector ( Data_sz +1 downto 0 )
TXD_Dummy  std_logic
NwDat_int  std_logic
NwDat_int_reg  std_logic
receive  std_logic

Component Instantiations

BaudGenerator BaudGen <Entity BaudGen>
RX_REG Shift_REG <Entity Shift_REG>
TX_REG Shift_REG <Entity Shift_REG>

Detailed Description

Definition at line 51 of file UART.vhd.


Member Function Documentation

[Process]
PROCESS_43 ( clk ,
reset )

Definition at line 83 of file UART.vhd.


Member Data Documentation

BaudGenerator BaudGen [Component Instantiation]

Definition at line 69 of file UART.vhd.

Bclk std_logic [Signal]

Definition at line 52 of file UART.vhd.

NwDat_int std_logic [Signal]

Definition at line 58 of file UART.vhd.

NwDat_int_reg std_logic [Signal]

Definition at line 59 of file UART.vhd.

RDATA_int std_logic_vector ( Data_sz +1 downto 0 ) [Signal]

Definition at line 54 of file UART.vhd.

receive std_logic [Signal]

Definition at line 60 of file UART.vhd.

RX_REG Shift_REG [Component Instantiation]

Definition at line 73 of file UART.vhd.

TX_REG Shift_REG [Component Instantiation]

Definition at line 77 of file UART.vhd.

TXD_Dummy std_logic [Signal]

Definition at line 57 of file UART.vhd.

WDATA_int std_logic_vector ( Data_sz +1 downto 0 ) [Signal]

Definition at line 55 of file UART.vhd.

zeroVect std_logic_vector ( Data_sz +1 downto 0 ) := ( others = > ' 0 ' ) [Constant]

Definition at line 61 of file UART.vhd.


The documentation for this class was generated from the following file: