This is the verilog implementation of IEEE 754 32 bit floating point multiplier
1) You should have iverilog and gtkwave installed
2) clone the repository, go inside the directory and run the comamnd "chmod +x run.sh"
3) after that just run the command "./run.sh"
The result of the multiplier is not rounded to the nearest ceiling.