Hello!
I am trying to disable ID_POS_ACK for one of the defined scopes, but the function disables all ID_POS_ACK logs.
constant GEN_SCOPE : string := "Generator";
constant CHECK_SCOPE : string := "Checker";
begin
test_ctrl_p : process
begin
disable_log_msg(ID_POS_ACK, QUIET, CHECK_SCOPE);
Is there something wrong with command syntax?
Best Regards,
Anna