Skip to content

Commit

Permalink
bender: add fpga target with tc_sram_fpga_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Mar 6, 2023
1 parent ba95d2e commit af0b930
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,23 @@ sources:
- core/pmp/src/pmp_entry.sv

- include_dirs:
- common/local/util
files:
- common/local/util/sram.sv

- target: not(all(fpga, xilinx))
include_dirs:
- common/local/util
files:
- common/local/util/tc_sram_wrapper.sv
- common/local/util/sram.sv
# - vendor/pulp-platform/tech_cells_generic/src/rtl/tc_sram.sv

- target: all(fpga, xilinx)
include_dirs:
- common/local/util
files:
- common/local/util/tc_sram_fpga_wrapper.sv

- target: not(synthesis)
include_dirs:
- core/include
Expand Down

0 comments on commit af0b930

Please sign in to comment.