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:
JeanRochCoulon 2023-05-12 15:30:41 +02:00 committed by GitHub
parent 3bab6ed815
commit b0a3b90f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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) \