File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ begin
342
342
343
343
-- Input Operands: Check for subnormal numbers (flush to zero) ----------------------------
344
344
-- -------------------------------------------------------------------------------------------
345
- -- [WARNING] Subnormal numbers are not supported yet and are "flushed to zero"! FIXME / TODO
345
+ -- [WARNING] Subnormal numbers are not supported yet and are "flushed to zero"!
346
346
-- rs1 --
347
347
op_data(0 )(31 ) <= rs1_i(31 );
348
348
op_data(0 )(30 downto 23 ) <= rs1_i(30 downto 23 );
@@ -781,7 +781,7 @@ begin
781
781
multiplier.exp_res <= (others => '0' );
782
782
end if ;
783
783
else
784
- if (multiplier.start = '1' ) then -- FIXME / TODO remove buffer?
784
+ if (multiplier.start = '1' ) then -- remove buffer?
785
785
multiplier.opa <= unsigned ('1' & fpu_operands.rs1(22 downto 0 )); -- append hidden one
786
786
multiplier.opb <= unsigned ('1' & fpu_operands.rs2(22 downto 0 )); -- append hidden one
787
787
end if ;
You can’t perform that action at this time.
0 commit comments