Questions tagged [function-coverage]

Functional coverage measures the amount of functionality of a design that has been exercised in testing (not the number of functions that have been exercised).

Functional coverage measures the amount of functionality of a design that has been exercised in testing (not the number of functions that have been exercised).

In practice, the term is most frequently used in relation to chip design tools, which is confusing as "functionality" in chip design is very technical, so questions on that topic look a lot like questions on .

See also the more general topic of .

17 questions
0
votes
1 answer

functional_coverage not showing proper result

I have developed a simple uvm testbench to verify a simple adder. I have used functional coverage to monitor the coverage as well. The adder is 8 bit with inputs a and b and the output is c, which is 9 bits. I have developed the transaction with 8…
user1978273
  • 484
  • 10
  • 24
0
votes
1 answer

Functional coverage report from FCOVER of Riviera-PRO EDU 2014.10 tool from ALDEC

The following is a functional coverage report(cov.txt) generated using Riviera-PRO EDU 2014.10 tool under EDA Playground based on the following commands as applied in http://www.edaplayground.com/x/96S vsim +access+r; run -all; acdb save acdb report…
1
2