Entity: asic_csa32
- File: asic_csa32.v
Diagram
Description
#############################################################################
Function: Carry Save Adder (3:2)
Copyright: OH Project Authors. ALl rights Reserved.
License: MIT (see LICENSE file in OH repository)
#############################################################################
Generics
Generic name | Type | Value | Description |
---|---|---|---|
PROP | "DEFAULT" |
Ports
Port name | Direction | Type | Description |
---|---|---|---|
a | input | ||
b | input | ||
c | input | ||
sum | output | ||
carry | output |