Skip to content

Commit 14dd536

Browse files
committed
comment about calibre breaking on sky130_scl with turbo, could just be
calibre crashing on a turbo thread and therefore not having an error report
1 parent 192f48d commit 14dd536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hammer/technology/sky130/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def post_install_script(self) -> None:
493493
self.setup_calibre_lvs_deck()
494494
print("Loaded Sky130 Tech")
495495

496+
# TODO(elamdf): looks like calibre crashes with -turbo 32 on an sky130_scl design, no idea why
496497
def setup_calibre_lvs_deck(self) -> bool:
497498
# Remove conflicting specification statements found in PDK LVS decks
498499
pattern = ".*({}).*\n".format("|".join(LVS_DECK_SCRUB_LINES))
@@ -1188,6 +1189,7 @@ def pegasus_drc_blackbox_srams(ht: HammerTool) -> bool:
11881189
return True
11891190

11901191

1192+
11911193
def calibre_lvs_blackbox_srams(ht: HammerTool) -> bool:
11921194
assert isinstance(
11931195
ht, HammerLVSTool), "Blackbox and filter SRAMs only in LVS"

0 commit comments

Comments
 (0)