Skip to content

Commit

Permalink
Move verification/sim to a target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Feb 23, 2024
1 parent 2cb98e6 commit 8e3a4ed
Show file tree
Hide file tree
Showing 66 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@ packages:
revision: null
version: null
source:
Path: verification/sim/tb/generic
Path: target/sim/tb/generic
dependencies: []
pulpissimo_optional_vips:
revision: null
version: null
source:
Path: verification/sim/vip/generic
Path: target/sim/vip/generic
dependencies: []
pulpissimo_padframe_rtl_sim:
revision: null
Expand Down
22 changes: 11 additions & 11 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies:


# Simulation Environment specific dependencies
pulpissimo_optional_vips: { path: "verification/sim/vip/generic"}
pulpissimo-rtl_sim_tb: { path: "verification/sim/tb/generic"}
pulpissimo_optional_vips: { path: "target/sim/vip/generic"}
pulpissimo-rtl_sim_tb: { path: "target/sim/tb/generic"}


export_include_dirs:
Expand Down Expand Up @@ -60,15 +60,15 @@ sources:
# TB sources
- target: any(test,simulation)
files:
- verification/sim/tb/generic/tb_lib/riscv_pkg.sv
- verification/sim/tb/generic/tb_lib/jtag_pkg.sv
- verification/sim/tb/generic/tb_lib/pulp_tap_pkg.sv
- verification/sim/tb/generic/tb_lib/srec/srec_pkg.sv
- verification/sim/tb/generic/tb_lib/tb_clk_gen.sv
- verification/sim/tb/generic/tb_pulp_simple.sv
- verification/sim/tb/generic/tb_pulp.sv
- verification/sim/tb/generic/tb_lib/SimJTAG.sv
- verification/sim/tb/generic/tb_lib/SimDTM.sv
- target/sim/tb/generic/tb_lib/riscv_pkg.sv
- target/sim/tb/generic/tb_lib/jtag_pkg.sv
- target/sim/tb/generic/tb_lib/pulp_tap_pkg.sv
- target/sim/tb/generic/tb_lib/srec/srec_pkg.sv
- target/sim/tb/generic/tb_lib/tb_clk_gen.sv
- target/sim/tb/generic/tb_pulp_simple.sv
- target/sim/tb/generic/tb_pulp.sv
- target/sim/tb/generic/tb_lib/SimJTAG.sv
- target/sim/tb/generic/tb_lib/SimDTM.sv


vendor_package:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ifneq (,$(wildcard /etc/iis.version))
include $(PULPISSIMO_ROOT)/utils/iis-env.mk
endif

include verification/sim/simulators/questasim/Makefile
include target/sim/questasim/Makefile
include $(PULPISSIMO_ROOT)/utils/utils.mk


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8e3a4ed

Please sign in to comment.