Skip to content

Commit

Permalink
Update common_cells to 1.16.3 for one rule addr_decode
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rönninger authored and andreaskurth committed Feb 14, 2020
1 parent 614e720 commit a9a09fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package:
- "Andreas Kurth <[email protected]>" # current maintainer
- "Fabian Schuiki <[email protected]>"
- "Florian Zaruba <[email protected]>"
- "Wolfgang Roenninger <[email protected]>"

dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.16.3 }
Expand Down
2 changes: 1 addition & 1 deletion test/synth_bench.sv
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module synth_bench (
// AXI4-Lite to APB bridge
for (genvar i_data = 0; i_data < 3; i_data++) begin
localparam int unsigned DataWidth = (2**i_data) * 8;
for (genvar i_slv = 1; i_slv < 3; i_slv++) begin
for (genvar i_slv = 0; i_slv < 3; i_slv++) begin
synth_axi_lite_to_apb #(
.NoApbSlaves ( NUM_SLAVE_MASTER[i_slv] ),
.DataWidth ( DataWidth )
Expand Down

0 comments on commit a9a09fc

Please sign in to comment.