TX1 Pin Naming Convention Question

Hi everyone, I’ve got a question which I’m not really sure how to search for an answer for. I’m working on developing a carrier board for a TX1, and I’m going through the pin list to determine what pins I need and don’t need. I noticed that a good number of pin names end with a “#” symbol (“GPIO2/CAM0_RST#”, “PEX0_RST#”, etc.). Does this symbol mean anything special, or is it just how the pins were named? Thank you.

Hi, the “#” means low enable, _RST# is equal to _RST_L.

Awesome, thank you!