From b5c3effdfbe367d2222183f6ec01eb490c9e90f4 Mon Sep 17 00:00:00 2001 From: "Desmond A. Kirkpatrick" Date: Wed, 29 Jan 2025 23:25:47 -0800 Subject: [PATCH] md fixes (blank lines) --- doc/components/floating_point.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/components/floating_point.md b/doc/components/floating_point.md index 7f22c8970..641df2312 100644 --- a/doc/components/floating_point.md +++ b/doc/components/floating_point.md @@ -73,9 +73,7 @@ A very basic [FloatingPointMultiplierSimple] component is available which does n It has options to control its performance: - - `radix`: used to specify the radix of the Booth encoder (default radix=4: options are [2,4,8,16])'. - `adderGen`: used to specify the kind of [Adder] used for key functions like the mantissa addition. Defaults to [NativeAdder], but you can select a [ParallelPrefixAdder] of your choice. - `seGen`: type of sign extension routine used, base class is [PartialProductSignExtension]. - `ppTree`: used to specify the type of ['ParallelPrefix'](https://intel.github.io/rohd-hcl/rohd_hcl/ParallelPrefix-class.html) used in the other critical functions like leading-one detect. -