ALU Entity Reference

Inherits ALU::ar_ALU.

Inherited by ar_FILTER, general_purpose [private], ar_IIR_CEL_CTRLR, and ar_TestbenshALU.

List of all members.



Architectures

ar_ALU Architecture

Libraries

IEEE 
lpp 

Packages

numeric_std 
std_logic_1164 
general_purpose  Package <general_purpose>

Generics

Arith_en  integer := 1
Logic_en  integer := 1
Input_SZ_1  integer := 16
Input_SZ_2  integer := 9

Ports

clk  in std_logic
reset  in std_logic
ctrl  in std_logic_vector ( 3 downto 0 )
OP1  in std_logic_vector ( Input_SZ_1 -1 downto 0 )
OP2  in std_logic_vector ( Input_SZ_2 -1 downto 0 )
RES  out std_logic_vector ( Input_SZ_1 +Input_SZ_2 -1 downto 0 )

Detailed Description

Definition at line 31 of file ALU.vhd.


Member Data Documentation

Arith_en integer := 1 [Generic]

Definition at line 33 of file ALU.vhd.

clk in std_logic [Port]

Reimplemented from MAC.

Reimplemented in APB_IIR_CEL, IIR_CEL_CTRLR, IIR_CEL_FILTER, and ar_TestbenshALU.

Definition at line 40 of file ALU.vhd.

ctrl in std_logic_vector ( 3 downto 0 ) [Port]

Reimplemented in ar_TestbenshALU.

Definition at line 42 of file ALU.vhd.

general_purpose package [Package]

Reimplemented from MAC.

Reimplemented in APB_IIR_CEL, IIR_CEL_CTRLR, and IIR_CEL_FILTER.

Definition at line 26 of file ALU.vhd.

IEEE library [Library]

Reimplemented from MAC.

Reimplemented in IIR_CEL_CTRLR, IIR_CEL_FILTER, and TestbenshALU.

Definition at line 22 of file ALU.vhd.

Input_SZ_1 integer := 16 [Generic]

Definition at line 35 of file ALU.vhd.

Input_SZ_2 integer := 9 [Generic]

Definition at line 36 of file ALU.vhd.

Logic_en integer := 1 [Generic]

Definition at line 34 of file ALU.vhd.

lpp library [Library]

Reimplemented from MAC.

Reimplemented in APB_IIR_CEL, IIR_CEL_CTRLR, and IIR_CEL_FILTER.

Definition at line 25 of file ALU.vhd.

numeric_std package [Package]

Reimplemented from MAC.

Reimplemented in APB_IIR_CEL, IIR_CEL_CTRLR, IIR_CEL_FILTER, and TestbenshALU.

Definition at line 23 of file ALU.vhd.

OP1 in std_logic_vector ( Input_SZ_1 -1 downto 0 ) [Port]

Reimplemented from MAC.

Definition at line 43 of file ALU.vhd.

OP2 in std_logic_vector ( Input_SZ_2 -1 downto 0 ) [Port]

Reimplemented from MAC.

Definition at line 44 of file ALU.vhd.

RES out std_logic_vector ( Input_SZ_1 +Input_SZ_2 -1 downto 0 ) [Port]

Reimplemented from MAC.

Definition at line 45 of file ALU.vhd.

reset in std_logic [Port]

Reimplemented from MAC.

Reimplemented in IIR_CEL_CTRLR, IIR_CEL_FILTER, and ar_TestbenshALU.

Definition at line 41 of file ALU.vhd.

std_logic_1164 package [Package]

Reimplemented from MAC.

Reimplemented in APB_IIR_CEL, IIR_CEL_CTRLR, IIR_CEL_FILTER, and TestbenshALU.

Definition at line 24 of file ALU.vhd.


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