A single line description of this project is accumulator and multiplier for storing the product of two 8-bit numbers in vhdl
.
Code for multiplier bootmult.vhdl.
- It's role is multipling two numbers and passing the output to the accum.vhdl.
Code for accumulator accum.vhdl.
- It's role is adding output of multiplier to it's previous result and storing the result.
Code for testbench tb_accum.vhdl.
- It has some hard coded values for testing the implementation.
Feel free to change them
Licensed under MIT LICENSE.