You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,22 @@ In this sense, we interpret the "Public API" of a hardware module as its port/pa
8
8
Versions of the IP in the same major relase are "pin-compatible" with each other. Minor relases are permitted to add new parameters as long as their default bindings ensure backwards compatibility.
9
9
10
10
11
-
## [Unreleased]
11
+
## [0.8.0] - 2023-06-02
12
+
13
+
### Added
14
+
- Add external reg enable to slices [(#89)](https://github.com/openhwgroup/cvfpu/pull/89)
15
+
- Integrate new 32b divider [(#79)](https://github.com/openhwgroup/cvfpu/pull/79)
16
+
17
+
### Changed
18
+
- CHANGELOG.md, README.md and docs/README.md
19
+
- Moved @lucabertaccini to Authors
20
+
- Added Pasquale Davide Schiavone and Pascal Gouedo as maintainers
21
+
22
+
### Fixed
23
+
- multifmt slice uses wrong FP width for third operand [(#86)](https://github.com/openhwgroup/cvfpu/issues/86)
@@ -18,10 +33,13 @@ Versions of the IP in the same major relase are "pin-compatible" with each other
18
33
19
34
### Changed
20
35
- Code ownership to @lucabertaccini
36
+
- Fix licence headers
21
37
22
38
### Fixed
23
39
- Fix de-synchronization among vectorial lanes during variable-latency operations (`fdiv`, `fsqrt`)
24
-
40
+
- Correct sign for RDN in floating point multiplications ([#54](https://github.com/openhwgroup/cvfpu/issues/54), [#63](https://github.com/openhwgroup/cvfpu/issues/63), [#728](https://github.com/openhwgroup/cv32e40p/issues/728))
41
+
- Fix shift amount width in fma and fma_multi [(#66)](https://github.com/openhwgroup/cvfpu/pull/66)
Copy file name to clipboardExpand all lines: docs/README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,14 @@ SystemVerilog `interface`s are not used due to poor support in some EDA tools.
33
33
The configuration parameters use data types defined in `fpnew_pkg` which are structs containing multi-dimensional arrays of custom enumeration types.
34
34
For more in-depth explanations on how to configure the unit and the layout of the types used, please refer to the [Configuration Section](#configuration).
0 commit comments