diff --git a/dv/uvm/Makefile b/dv/uvm/Makefile index af661321..d1e9534e 100644 --- a/dv/uvm/Makefile +++ b/dv/uvm/Makefile @@ -137,6 +137,12 @@ post_compare: --simulator=${SIMULATOR} \ --iss=${ISS} + +# Generate functional coverage +fcov: + cd ${GEN_DIR}; \ + python3 ./cov.py --dir ${OUT}/instr_gen/spike_sim -o ${OUT}/fcov + # Load verdi to review coverage cov: cd ${OUT}/rtl_sim; verdi -cov -covdir test.vdb &