Serial sequential adder  v.1.0
Example documentation project, author Vladimir Petrović
fa_behav Architecture Reference

Behavioral architechture for fulladder. More...

Detailed Description

Output sum is generated using the following logic function: s = (a xor b) xor c.
Output carry is generated using the following logic function: cout = (a and b) or (cin and (a xor b)).

Definition at line 39 of file fulladder.vhd.


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