Posted by g1neela on Jun 1, 2023
SystemVerilog Hi Forum, When I tried to instantiate a TEST_TB which contains binding interface and DUT in a top TB multiple times, I am getting an error like Duplicate instance of bind found. module DUT (input clk, bit [7: 0] Addr, output bit [7: 0] Data) ...
Question