Skip to content

Commit

Permalink
removed lite_xbar to be superseded
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rönninger committed Dec 17, 2019
1 parent 3038225 commit 7d26b57
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1,091 deletions.
4 changes: 0 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ sources:
# Level 1
- src/axi_intf.sv
# Level 2
- src/axi_address_resolver.sv
- src/axi_arbiter.sv
- src/axi_atop_filter.sv
- src/axi_cut.sv
- src/axi_delayer.sv
Expand All @@ -33,7 +31,6 @@ sources:
- src/axi_to_axi_lite.sv
# Level 3
- src/axi_id_remap.sv
- src/axi_lite_xbar.sv
- src/axi_multicut.sv

- target: synth_test
Expand All @@ -50,5 +47,4 @@ sources:
- test/tb_axi_id_remap.sv
- test/tb_axi_delayer.sv
- test/tb_axi_lite_to_axi.sv
- test/tb_axi_lite_xbar.sv
- test/tb_axi_to_axi_lite.sv
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- typedef: fixed bugs

### Removed
- axi_lite_cut: removed file, functionality in axi_cut
- axi_lite_multicut: removed file, functionality in axi_multicut
- axi_address_resolver: removed file, superseded by `common_cells: addr_decoder`
- axi_arbiter: removed file, instead `axi_demux`, `axi_mux` annd `common_cells:rrarb_tree` should be used
- axi_lite_cut: removed file, functionality in axi_cut
- axi_lite_multicut: removed file, functionality in axi_multicut
- axi_lite_xbar: removed file, to be rewritten


## 0.7.2 - 2019-12-03
Expand Down
70 changes: 0 additions & 70 deletions src/axi_address_resolver.sv

This file was deleted.

150 changes: 0 additions & 150 deletions src/axi_arbiter.sv

This file was deleted.

Loading

0 comments on commit 7d26b57

Please sign in to comment.