division Entity Reference

Division by constant power of two. More...

Inheritance diagram for division:

Inheritance graph
[legend]
Collaboration diagram for division:

Collaboration graph
[legend]

List of all members.


Architectures

division_arc Architecture
 Division by constant power of two. More...

Libraries

ieee 
 standard IEEE library

Packages

std_logic_1164 
 std_logic definitions, see file
numeric_std 
 arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file

Generics

DIVISOR  integer := 4096

Ports

CLK  in std_logic
 Clock.
RES  in std_logic
 Reset.
A  in unsigned ( 15 downto 0 )
 Dividend.
C  out unsigned ( 15 downto 0 )
 Quotient.


Detailed Description

Division by constant power of two.

This entity divides an unsigned input of 14 bits by a constant that needs to be a power of two (otherwise XST can't infer a division by arithmetic shift)

Definition at line 34 of file division.vhd.


Member Data Documentation

A in unsigned ( 15 downto 0 ) [Port]

Dividend.

Definition at line 42 of file division.vhd.

C out unsigned ( 15 downto 0 ) [Port]

Quotient.

Definition at line 43 of file division.vhd.

CLK in std_logic [Port]

Clock.

Definition at line 40 of file division.vhd.

ieee library [Library]

standard IEEE library

Definition at line 24 of file division.vhd.

numeric_std package [Package]

arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file

Definition at line 28 of file division.vhd.

RES in std_logic [Port]

Reset.

Definition at line 41 of file division.vhd.

std_logic_1164 package [Package]

std_logic definitions, see file

Definition at line 26 of file division.vhd.


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

Author: M.Niegl
Generated on Tue Nov 4 00:51:12 2008 for BCM-AAA by doxygen 1.5.7.1-20081012