Skip to content

Commit

Permalink
bender: update Bender.yml to make it work in vsim
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 23, 2023
1 parent 6cf9f7a commit 2a7009c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sources:
- core/include/ariane_dm_pkg.sv
- core/include/ariane_pkg.sv
# ariane_axi_pkg is dependent on this.
- vendor/pulp-platform/axi/src/axi_pkg.sv
# - vendor/pulp-platform/axi/src/axi_pkg.sv
- core/include/ariane_rvfi_pkg.sv

# Packages
Expand Down Expand Up @@ -179,9 +179,11 @@ sources:
files:
- common/local/util/tc_sram_wrapper.sv
- common/local/util/sram.sv
- vendor/pulp-platform/tech_cells_generic/src/rtl/tc_sram.sv
# - vendor/pulp-platform/tech_cells_generic/src/rtl/tc_sram.sv

- target: not(synthesis)
include_dirs:
- core/include
files:
# Tracer (behavioral code, not RTL)
- common/local/util/instr_tracer.sv
Expand Down

0 comments on commit 2a7009c

Please sign in to comment.