If I want to be able to control Reset pins of multiple ICs (microcontrollers) on a board, how can I do that? Some of them might be active high and some might be active low resets. Like 1 controller should be able to reset the other, and vice-versa, along with one being able to reset other ICs on the board. Is voltage detector/supervisor the best way to do it? Or even a mux? But that might not be the best way, if I normally want to hold the active-low pin high for most of the time?

