Skip to content

Commit

Permalink
md fixes (blank lines)
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Jan 30, 2025
1 parent 0aaad9f commit b5c3eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/components/floating_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b5c3eff

Please sign in to comment.