SHA-2 Workbench  1.0
full_adder Entity Reference

Full adder. More...

Inheritance diagram for full_adder:
full_adder_array RC_adder CS_adder CS_adder Transf_round Transf_round

Entities

RTL  architecture
 Architecture of the full adder. More...
 

Libraries

ieee 
 Standard library.

Use Clauses

std_logic_1164 
 Standard 9-values logic library.

Ports

x   in std_logic
 First input of the full adder.
y   in std_logic
 Second input of the full adder.
c_in   in std_logic
 Carry input of the full adder.
s   out std_logic
 Sum output of the full adder.
c_out   out std_logic
 Carry output of the full adder.

Detailed Description

Full adder.

Member Data Documentation

◆ c_in

c_in in std_logic
Port

Carry input of the full adder.

◆ c_out

c_out out std_logic
Port

Carry output of the full adder.

◆ ieee

ieee
Library

Standard library.

◆ s

s out std_logic
Port

Sum output of the full adder.

◆ std_logic_1164

std_logic_1164
Package

Standard 9-values logic library.

◆ x

x in std_logic
Port

First input of the full adder.

◆ y

y in std_logic
Port

Second input of the full adder.