Skip to content
Snippets Groups Projects
Commit abecce41 authored by Jens Christian Aanestad's avatar Jens Christian Aanestad
Browse files

Added standardization reference in code

parent 9011b300
Branches
No related tags found
No related merge requests found
...@@ -10,3 +10,5 @@ module float32 ( ...@@ -10,3 +10,5 @@ module float32 (
assign mantissa = input_data[22:0]; assign mantissa = input_data[22:0];
endmodule endmodule
// https://www.geeksforgeeks.org/ieee-standard-754-floating-point-numbers/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment