🎨 Reorganized folder structure

This commit is contained in:
Florian Zaruba 2017-05-02 11:36:07 +02:00
parent ec34701024
commit 8796eea8f5
27 changed files with 2 additions and 6 deletions

View file

@ -21,11 +21,7 @@ sequences = $(wildcard tb/sequences/*/*.sv)
test_pkg =tb/test/mem_arbiter/mem_arbiter_sequence_pkg.sv $(wildcard tb/test/*/*.sv)
# this list contains the standalone components
src = alu.sv if_stage.sv compressed_decoder.sv mem_arbiter.sv decoder.sv \
fetch_fifo.sv commit_stage.sv prefetch_buffer.sv regfile.sv \
ptw.sv tlb.sv store_queue.sv mmu.sv lsu.sv fifo.sv ex_stage.sv \
scoreboard.sv issue_read_operands.sv id_stage.sv util/cluster_clock_gating.sv \
ariane.sv
src = $(wildcard src/util/*.sv) $(wildcard src/*.sv)
tbs = tb/alu_tb.sv tb/mem_arbiter_tb.sv tb/core_tb.sv tb/scoreboard_tb.sv tb/store_queue_tb.sv tb/fifo_tb.sv
@ -78,7 +74,7 @@ lint:
${list_incdir}
clean:
rm -rf work/
rm -rf work/ *.ucdb
.PHONY:
build lint

View file

View file

View file

View file

View file

View file