Benderize ariane src_files

This commit is contained in:
Florian Zaruba 2018-03-14 10:44:22 +01:00
parent 62fffe6a9a
commit 9ed38d1a83
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792
3 changed files with 49 additions and 1 deletions

View file

@ -9,4 +9,52 @@ dependencies:
axi_node: { git: "git@iis-git.ee.ethz.ch:pulp-open/axi_node.git", version: 1.0.3 }
axi_slice: { git: "git@iis-git.ee.ethz.ch:sasa/axi_slice.git", version: 1.1.2 }
tech_cells_generic: { git: "git@iis-git.ee.ethz.ch:pulp-open/tech_cells_generic.git", rev: master }
common_cells: { git: "git@iis-git.ee.ethz.ch:sasa/common_cells.git", version: 1.1.0 }
common_cells: { git: "git@iis-git.ee.ethz.ch:sasa/common_cells.git", version: 1.1.0 }
sources:
- target: not(synthesis)
files:
- src/util/instruction_tracer_pkg.sv
- src/util/instruction_tracer_if.sv
- include/ariane_pkg.sv
- include/nbdcache_pkg.sv
- src/alu.sv
- src/ariane.sv
- src/branch_unit.sv
- src/cache_ctrl.sv
- src/commit_stage.sv
- src/compressed_decoder.sv
- src/controller.sv
- src/csr_buffer.sv
- src/csr_regfile.sv
- src/debug_unit.sv
- src/decoder.sv
- src/ex_stage.sv
- src/fetch_fifo.sv
- src/ff1.sv
- src/fifo.sv
- src/frontend.sv
- src/icache.sv
- src/id_stage.sv
- src/if_stage.sv
- src/instr_realigner.sv
- src/issue_read_operands.sv
- src/issue_stage.sv
- src/lfsr.sv
- src/load_unit.sv
- src/lsu_arbiter.sv
- src/lsu.sv
- src/miss_handler.sv
- src/mmu.sv
- src/mult.sv
- src/nbdcache.sv
- src/pcgen_stage.sv
- src/perf_counters.sv
- src/ptw.sv
- src/regfile_ff.sv
- src/regfile.sv
- src/re_name.sv
- src/scoreboard.sv
- src/store_buffer.sv
- src/store_unit.sv
- src/tlb.sv

0
src/util/instruction_trace_item.svh Executable file → Normal file
View file

0
src/util/instruction_tracer_defines.svh Executable file → Normal file
View file