Skip to content

Commit

Permalink
Move ariane.sv from tb to src directory (openhwgroup#1231)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Roch Coulon <jean-roch.coulon@thalesgroup.com>
  • Loading branch information
JeanRochCoulon authored May 12, 2023
1 parent 3bab6ed commit b0a3b90
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Flist.ariane
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
File renamed without changes.

0 comments on commit b0a3b90

Please sign in to comment.