We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192f48d commit 14dd536Copy full SHA for 14dd536
hammer/technology/sky130/__init__.py
@@ -493,6 +493,7 @@ def post_install_script(self) -> None:
493
self.setup_calibre_lvs_deck()
494
print("Loaded Sky130 Tech")
495
496
+ # TODO(elamdf): looks like calibre crashes with -turbo 32 on an sky130_scl design, no idea why
497
def setup_calibre_lvs_deck(self) -> bool:
498
# Remove conflicting specification statements found in PDK LVS decks
499
pattern = ".*({}).*\n".format("|".join(LVS_DECK_SCRUB_LINES))
@@ -1188,6 +1189,7 @@ def pegasus_drc_blackbox_srams(ht: HammerTool) -> bool:
1188
1189
return True
1190
1191
1192
+
1193
def calibre_lvs_blackbox_srams(ht: HammerTool) -> bool:
1194
assert isinstance(
1195
ht, HammerLVSTool), "Blackbox and filter SRAMs only in LVS"
0 commit comments