wolfdroid / Integer_Calculator

Simple RTL model for Interger Numbers Calculation using RAM and 7 Segment Display.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Simple RTL model for Interger Numbers Calculation using RAM and 7 Segment Display.

License:MIT License


Languages

Language:VHDL 100.0%