Skip to content

Commit

Permalink
Use manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Feb 10, 2025
1 parent 7462d7f commit a4e5b19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion fcov/coverage/RISCV_coverage_csr.svh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ typedef enum {

function int get_csr_val(int hart, int issue, int prev, string name, string field);
int addr = get_csr_addr(hart, name);
$display("Attempting get_csr_val: %s--%s", name, field);
return get_csr_val_addr(hart, issue, prev, addr, name, field);
endfunction

Expand Down
7 changes: 7 additions & 0 deletions fcov/cvw-arch-verif.f
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+incdir+${CVW_ARCH_VERIF}/fcov/unpriv
+incdir+${CVW_ARCH_VERIF}/fcov/priv
+incdir+${CVW_ARCH_VERIF}/fcov/rv64_priv
+incdir+${CVW_ARCH_VERIF}/fcov/rv32_priv
+incdir+${CVW_ARCH_VERIF}/fcov
${CVW_ARCH_VERIF}/fcov/rvviTrace.sv
${CVW_ARCH_VERIF}/fcov/trace2riscvISACOV.sv
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
CVW_ARCH_VERIF=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")" && pwd)
export CVW_ARCH_VERIF

echo "\$CVW_ARCH_VERIF set to $CVW_ARCH_VERIF"

0 comments on commit a4e5b19

Please sign in to comment.