I'm writing assertion macros and want to pass hierarchical name eg out.vld. But I'm getting an error of illegal location for a hierarchical name while passing it as an argument to the macro `assert_xyz_p(out.vld, in.sel,in.col), Is there a way I can pass hierarchical arguments?