Posted by OE93 on Jun 8, 2023
Coverage #coverage #bins Hi I have a DUT that instantiate in several place in the project, each time it has different num of input_vector, base on a PRAMETER: for example: module dut #(parameter NUM_OF_ELEMENTS = 32)(input logic [NUM_OF_ELEMENTS- 1: 0] a, ...
Question