Building an FPU In Verilog: Build the Multiplier, Part 1

preview_player
Показать описание
Building an FPU using Verilog.

Writing a module to multiply two IEEE 754 16-bit floating point numbers.
Covers multiplying by NaNs, Infinities, and Zeroes.

GitHub repo ...

Special thanks to Dilnaz Kain & Rick Kwan for their feedback during the making of this video.

"Gornin" -- William Rosati
Used by permission

Thumbnail image licensed from Shutterstock.
Рекомендации по теме
Комментарии
Автор

Another way to make long binary numbers readable in Verilog is adding underscores as delimiters. In 16-bit floats like this:


Verilog ignores these underscores but for human it's much easier!

allmycircuits
Автор

Thanks for the video series, I kinda get confused with so many documents on net.

kunalsolanke
Автор

Sir can you please explain me what is snan, qnan and normal

Gurumurthy