Skip to content

Commit d0ad8d4

Browse files
authored
chore(cvfpu): bump version (#3381)
This PR bumps the FPU to the latest version available, including a bug fix to allow synthesis in 32-bit core flavor with FPU enabled. The current version prevents elaboration during synthesis due to a port width mismatch. See: openhwgroup/cvfpu#172.
1 parent b30e7db commit d0ad8d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Bender.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.31.0 }
1111
common_cells:
1212
{ git: "https://github.com/pulp-platform/common_cells", version: 1.23.0 }
13-
fpnew: { git: "https://github.com/openhwgroup/cvfpu.git", rev: 106251e } # branch: develop
13+
fpnew: { git: "https://github.com/openhwgroup/cvfpu.git", rev: 3eb6afe } # branch: develop
1414
tech_cells_generic:
1515
{ git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.13 }
1616

0 commit comments

Comments
 (0)