Skip to content

Commit

Permalink
Bump axi to 0.39.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored Aug 11, 2023
1 parent b1504c9 commit cddb608
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Bender.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
packages:
apb:
revision: 56ca84b687c9f6dc650e2a7cb221cb2bd4b2a456
version: 0.2.3
revision: 77ddf073f194d44b9119949d2421be59789e69ae
version: 0.2.4
source:
Git: https://github.com/pulp-platform/apb.git
dependencies:
- common_cells
axi:
revision: 2f395b176bee1c769c80f060a4345fda965bb04b
version: 0.38.0
revision: bfee21757bf090ec8e358456314b0b0fd3c90809
version: 0.39.0
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
- common_cells
- common_verification
- tech_cells_generic
common_cells:
revision: 4ac82b420e46fd0005513ca2283cb3c905e7599a
version: 1.29.0
revision: 53b0b58af2db5bd3c850a7038fae170ed78326bb
version: 1.31.1
source:
Git: https://github.com/pulp-platform/common_cells.git
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package:
dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.29.0 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.38 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.0 }
idma: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.4.2 }

export_include_dirs:
Expand Down
1 change: 1 addition & 0 deletions test/floo_axi_rand_slave.sv
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module floo_axi_rand_slave
MaxMstTrans: 128,
FallThrough: 1,
LatencyMode: axi_pkg::CUT_ALL_PORTS,
PipelineStages: 0,
AxiIdWidthSlvPorts: AxiIdWidth,
AxiIdUsedSlvPorts: AxiIdWidth,
UniqueIds: 0,
Expand Down

0 comments on commit cddb608

Please sign in to comment.