Skip to content

Commit

Permalink
Bugfix/riscv dv cyclic dependency (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralieAllioux authored Feb 20, 2024
1 parent 5de7c60 commit 965fd91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion verif/env/corev-dv/cva6-files.f
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
// ------------------------------------------------------------------------------ //

// HEADERS
+incdir+${RISCV_DV_ROOT}/src
+incdir+${RISCV_DV_ROOT}/test
+incdir+${CVA6_DV_ROOT}/
+incdir+${CVA6_DV_ROOT}/custom
+incdir+${CVA6_DV_ROOT}/user_extension

// SOURCES
${RISCV_DV_ROOT}/src/riscv_signature_pkg.sv
${RISCV_DV_ROOT}/src/riscv_instr_pkg.sv
${RISCV_DV_ROOT}/test/riscv_instr_test_pkg.sv
${CVA6_DV_ROOT}/cva6_signature_pkg.sv
${CVA6_DV_ROOT}/cva6_instr_test_pkg.sv

${RISCV_DV_ROOT}/test/riscv_instr_gen_tb_top.sv
1 change: 0 additions & 1 deletion verif/env/corev-dv/simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
- "vcs -file <cwd>/dv/vcs.compile.option.f
+incdir+<setting>
+incdir+<user_extension>
-f <cwd>/dv/files.f
-f <cwd>/../env/corev-dv/cva6-files.f
-full64
-l <out>/compile.log
Expand Down

0 comments on commit 965fd91

Please sign in to comment.