Skip to content

Commit

Permalink
Merge pull request #4 from pulp-platform/cheshire-bender-include-dir
Browse files Browse the repository at this point in the history
update `Bender.yml` by adding correct `include_dirs`
  • Loading branch information
joennlae authored Feb 3, 2023
2 parents 1db4bcd + ed0e5ec commit 502e0b5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ sources:
- core/cvxif_example/include/cvxif_instr_pkg.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv
# Utility modules
- core/include/instr_tracer_pkg.sv
- common/local/util/instr_tracer_if.sv
- common/local/util/instr_tracer.sv
- common/local/util/sram.sv
- common/local/util/tc_sram_xilinx_wrapper.sv
- include_dirs: [common/local/util]
files:
- core/include/instr_tracer_pkg.sv
- common/local/util/instr_tracer_if.sv
- common/local/util/instr_tracer.sv
- common/local/util/sram.sv
- common/local/util/tc_sram_xilinx_wrapper.sv
# Stand-alone source files
- core/ariane.sv
- core/cva6.sv
Expand Down

0 comments on commit 502e0b5

Please sign in to comment.