I keep getting test_pkg could not be bound, though my agent package and environment package have compiled. I am only running one test and one sequence. dave_59 April 5, 2020, 8:20pm 2 In reply to qais: Need to see the exact error message. “bound” is not a term I’ve seen ...
package test_pkg could not be bound. I could not run any testcase test1.svh, test2.svh. It results in common error. Can anyone please give hint, where I went wrong? mayurkubavat August 26, 2016, 8:21am 2 In reply to Mahesh K: You need to compile package files with top module...
I observe an error while calling a particular module (ex: spi_module) in the top level testbench. Error says, "ncvlog: E,NOPBIND: Package spi_module_pkg could not be bound.". I have my spi_scoreboard in the spi_module and i want to use this scoreboard in the top level testbench...