top of page
FOLLOW ME
  • Black Facebook Icon

N-bit Adder in VHDL

  • Writer: Ahmed Mohamed
    Ahmed Mohamed
  • Feb 2, 2018
  • 1 min read

To create a structural adder circuit based on Full Adder, the best way is to use generate statement. This code represents the design of 8 bit adder based on full adder and it can be easily configured to any bit size by modifying the generic n value in the top level code.


Code for N-bit Adder



Test Bench :



RTL View of the implemented circuit from the code :

simulation results :

Comments


Subscribe to get upcoming FPGA projects by email

SEARCH BY TAGS
FEATURED POSTS
bottom of page