pub(crate) fn get_scale(n: &usize) -> Option<Float>Expand description
Returns the scaling factor for a given technology node.
This function provides predefined scaling factors based on industry-
reported SRAM cell size trends. Returns None for unrecognized nodes.
§Arguments
n- Technology node size in nanometers
§Returns
Scaling factor for the technology node, or None if not recognized