T
Tricky
Guest
If I had a component declaration, I could easily black box it like
this:
attribute black_box : boolean;
attribute black_box of my_logic : component is true;
But how can I attach the same attribute to a direct instantiation
version of my_logic?
this:
attribute black_box : boolean;
attribute black_box of my_logic : component is true;
But how can I attach the same attribute to a direct instantiation
version of my_logic?