Skip to content

Commit ab39aaf

Browse files
author
Stefan Mach
committed
🔖 Release 0.6.4
2 parents a0e46fd + 8b3182e commit ab39aaf

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package:
44

55
dependencies:
66
common_cells: {git: "https://github.com/pulp-platform/common_cells.git", version: 1.13.1}
7-
fpu_div_sqrt_mvp: {git: "https://github.com/pulp-platform/fpu_div_sqrt_mvp.git", version: 1.0.3}
7+
fpu_div_sqrt_mvp: {git: "https://github.com/pulp-platform/fpu_div_sqrt_mvp.git", version: 1.0.4}
88

99
sources:
1010
- src/fpnew_pkg.sv

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Versions of the IP in the same major relase are "pin-compatible" with each other
1515
### Fixed
1616

1717

18+
## [0.6.4] - 2020-10-05
19+
20+
### Fixed
21+
- Updated dependencies for Bender and IPApproX [(#37)](https://github.com/pulp-platform/fpnew/issues/37)
22+
- [fpu_div_sqrt_mvp] Bump for formal version number
23+
24+
1825
## [0.6.3] - 2020-10-02
1926

2027
### Fixed

ips_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ common_cells:
2323
domain: [soc, cluster]
2424

2525
fpu_div_sqrt_mvp:
26-
commit: v1.0.3
26+
commit: v1.0.4
2727
domain: [cluster,soc]

src/fpu_div_sqrt_mvp

0 commit comments

Comments
 (0)