mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Move ariane.sv from tb to src directory (#1231)
Signed-off-by: Jean-Roch Coulon <jean-roch.coulon@thalesgroup.com>
This commit is contained in:
parent
3bab6ed815
commit
b0a3b90f85
4 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ sources:
|
|||
# - vendor/openhwgroup/cvfpu/src/fpu_div_sqrt_mvp/hdl/preprocess_mvp.sv
|
||||
|
||||
# Top-level source files (not necessarily instantiated at the top of the cva6).
|
||||
- corev_apu/tb/ariane.sv
|
||||
- corev_apu/src/ariane.sv
|
||||
- core/cva6.sv
|
||||
- core/alu.sv
|
||||
# Note: depends on fpnew_pkg, above
|
||||
|
|
|
@ -58,7 +58,7 @@ vendor/pulp-platform/tech_cells_generic/src/rtl/tc_clk.sv
|
|||
core/axi_adapter.sv
|
||||
core/alu.sv
|
||||
core/fpu_wrap.sv
|
||||
core/ariane.sv
|
||||
corev_apu/src/ariane.sv
|
||||
core/cva6.sv
|
||||
core/branch_unit.sv
|
||||
core/compressed_decoder.sv
|
||||
|
|
2
Makefile
2
Makefile
|
@ -134,7 +134,7 @@ endif
|
|||
|
||||
# this list contains the standalone components
|
||||
src := core/include/$(target)_config_pkg.sv \
|
||||
corev_apu/tb/ariane.sv \
|
||||
corev_apu/src/ariane.sv \
|
||||
$(wildcard corev_apu/bootrom/*.sv) \
|
||||
$(wildcard corev_apu/clint/*.sv) \
|
||||
$(wildcard corev_apu/fpga/src/axi2apb/src/*.sv) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue