This is a simple post-fix calculator capable of handling 4 basic arithmetic operations on 3-bit decimal numbers
I have developed the calculator using Xilinx Vivado software and implemented the HDL code on Basys3 FPGA board. In order to add the source files to your project, you just have to add them to your [ProjectName].srcs folder in your project directory
The code can be tested on any FPGA board with VGA output. But the development was done on Vivado software and Basys3 board.
Most of the credit goes to the book Fundamentals of Digital Logic with VHDL Design written by Stephen D. Brown, Zvonko G. Vranesic I read the book and tried to implement the multiplier circuit myself. Additionally, I could have not understood and done my project without the help of my Digital Design professor Ergin Atalar and my TA Alireza Javanmardi
- Amirhossein Maghsoudi
Multiplier Circuit is from this book
The MIT License (MIT)
Copyright (c) 2015 Derek Wang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.