Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circuitnet/CircuitNet
/ get_DRC
Method
get_DRC
feature_extraction/src/read.py:902–904 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
900
""
"
901
902
def
get_DRC(self):
903
self.read_DRC()
904
self.compute_DRC_density()
905
906
""
"
907
Function used by get_DRC. Read DRC report and extract DRC rects.
Callers
nothing calls this directly
Calls
2
read_DRC
Method · 0.95
compute_DRC_density
Method · 0.95
Tested by
no test coverage detected