Skip to content

Commit 338f69a

Browse files
committed
Bump FPnew dependency with PACE support
1 parent f78a978 commit 338f69a

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Bender.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ packages:
7373
dependencies:
7474
- common_cells
7575
fpnew:
76-
revision: 46cb33a4ce6b04b83ec38ebd288dd58a031a6390
76+
revision: 45f273e95ccc5123a2c3d4d02c9b62f73385fd8f
7777
version: null
7878
source:
7979
Git: https://github.com/pulp-platform/cvfpu.git
8080
dependencies:
8181
- common_cells
8282
- fpu_div_sqrt_mvp
8383
fpu_div_sqrt_mvp:
84-
revision: 86e1f558b3c95e91577c41b2fc452c86b04e85ac
85-
version: 1.0.4
84+
revision: af8562ebfe4a18765ed7a4f059861e7985baa869
85+
version: null
8686
source:
8787
Git: https://github.com/pulp-platform/fpu_div_sqrt_mvp.git
8888
dependencies:
@@ -143,7 +143,7 @@ packages:
143143
dependencies:
144144
- tech_cells_generic
145145
spatz_vpu:
146-
revision: 039ea68967fe8d59fea3803f6ec3682cb1fde5b3
146+
revision: 5818fad0b44ce0d4cd88ddf4c05df8e3302474b7
147147
version: null
148148
source:
149149
Git: https://github.com/pulp-platform/spatz_vpu.git

Bender.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ dependencies:
4545
rev: colluca/cvxif-demux-bender-ready
4646
FPnew:
4747
git: https://github.com/pulp-platform/cvfpu.git
48-
rev: common-cells-v2
48+
rev: bump-common-cells-v2
4949
reqrsp_interface: 0.1.0
5050
core_ips: 0.1.0
5151
riscv-dbg: 0.8.1
5252
spatz_vpu:
5353
git: https://github.com/pulp-platform/spatz_vpu.git
54-
rev: dca
54+
rev: jay/fpnew-mxcore
5555

5656
workspace:
5757
package_links:

hw/snitch_fp_ss/src/snitch_fpu.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ module snitch_fpu import snitch_pkg::*; #(
5757
FpFmtMask: {RVF, RVD, Zfh, XF8, XF16ALT, XF8ALT, 1'b0, 1'b0, 1'b0},
5858
IntFmtMask: {XFVEC && (XF8 || XF8ALT), XFVEC && (Zfh || XF16ALT), 1'b1, 1'b0},
5959
MxFpFmtMask: '0,
60-
MxIntFmtMask: '0
60+
MxIntFmtMask: '0,
61+
PaceFeatures: '{default: 0}
6162
};
6263

6364
fpnew_top #(

0 commit comments

Comments
 (0)