MCPcopy Create free account
hub / github.com/circuitnet/CircuitNet / get_IR_features

Method get_IR_features

feature_extraction/src/read.py:973–977  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

971 """
972
973 def get_IR_features(self):
974 self.read_twf()
975 self.read_power()
976 self.get_power_map()
977 self.get_IR()
978
979 """
980 Function used by get_IR_features. Read timing window file to get timing window.

Callers

nothing calls this directly

Calls 4

read_twfMethod · 0.95
read_powerMethod · 0.95
get_power_mapMethod · 0.95
get_IRMethod · 0.95

Tested by

no test coverage detected