Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.42 KB

README.md

File metadata and controls

37 lines (32 loc) · 2.42 KB

Integer Calculator

Simple RTL Design for Integer Number Calculation in Altera Family and other compatible FPGAs using VHDL.

Guide

  1. Make new Project in Quartus Prime Software.
  2. Generate 32x8 bits single-port RAM.
  3. Create 7 Segment Entity for Output.
  4. Create each Arithmatical operation entity ( this project will only covers addition, substraction, division, multiplication, factorial, square, volume, and square root operation ).
  5. Combine All Entity into one main Entity.

Source Code

License

License: MIT

📷 Documentation

For documentation, check in the documentation folder that are provided in this repository.

For more information about tools that being used in this project