Skip to content

Commit

Permalink
Add tech cells dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Schuiki committed Feb 23, 2018
1 parent 824fb12 commit e66e029
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.swp
*~
/build
/Bender.lock
/Bender.local
6 changes: 6 additions & 0 deletions Bender.yml
@@ -1,6 +1,9 @@
package:
name: riscv

dependencies:
tech_cells_generic: { git: "git@iis-git.ee.ethz.ch:pulp-open/tech_cells_generic.git", rev: master }

sources:
include_dirs:
- include
Expand Down Expand Up @@ -36,3 +39,6 @@ sources:
- target: not(asic)
files:
- riscv_register_file.sv
- target: rtl
files:
- riscv_tracer.sv

0 comments on commit e66e029

Please sign in to comment.