Hi,
I have some situations in my models where I have to write a signal from different drivers.
To avoid 'multiple drivers to a signal' error I add SC_MANY_WRITERS flag.
Is there any way to allow multiple driers to a signal other than putting above flag?
I know about sc_resolved but it works only for sc_logic.
whenever i regenerate netlist using tool I had to add the flag manually as the tool doesn't have
any way to know its a signal with multiple writers.