I am trying to drive signal “sig1” (std_logic) from a process in test bench. The singal declaration is in a package “A” placed in âlibrary “lib1”. There is another package “B” in library “lib2” ,where i have written a procedure “proc1” which need to drive this singal “sig1”. The procedure call in in a process in the test bench. I can sucessfully read this signal “sig1” in test bench but cannot drive this.
I have tried to drive this signal but getting error that it cannot be driven. Is it possible to drive this singal without passing as parameter?
harian is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.