Skip to content

Commit

Permalink
Merge pull request #4 from micprog/bender
Browse files Browse the repository at this point in the history
Add Bender.yml file, update hwpe-ctrl, hwpe-str
  • Loading branch information
FrancescoConti authored Jan 22, 2021
2 parents e515fa9 + 56c5a16 commit cd48c57
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package:
name: hwpe-mac-engine
authors:
- "Francesco Conti <[email protected]>"

dependencies:
hwpe-stream: { git: "https://github.com/pulp-platform/hwpe-stream.git", version: 1.6.3 }
hwpe-ctrl: { git: "https://github.com/pulp-platform/hwpe-ctrl.git", version: 1.6.1 }


sources:
- include_dirs:
- rtl
files:
# Source files grouped in levels. Files in level 0 have no dependencies on files in this
# package. Files in level 1 only depend on files in level 0, files in level 2 on files in
# levels 1 and 0, etc. Files within a level are ordered alphabetically.
# Level 0
- rtl/mac_package.sv
# Level 1
- rtl/mac_engine.sv
- rtl/mac_fsm.sv
- rtl/mac_streamer.sv
# Level 2
- rtl/mac_ctrl.sv
# Level 3
- rtl/mac_top.sv
# Level 4
- wrap/mac_top_wrap.sv
4 changes: 2 additions & 2 deletions ips_list.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hwpe-ctrl:
commit: v1.5
hwpe-stream:
commit: v1.6.1
hwpe-stream:
commit: v1.6.3

0 comments on commit cd48c57

Please sign in to comment.