Skip to content

Commit

Permalink
⏪ Bring back old naming convention for standard flow
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed May 23, 2024
1 parent 063ec6f commit 4b19e18
Show file tree
Hide file tree
Showing 1,455 changed files with 8,657 additions and 5,840 deletions.
2,872 changes: 2,848 additions & 24 deletions docs/notebooks/intro.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions sky130/compile_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def create_code(file_path):
cell_name = raw_cell_name[len(prefix) :]
break

# For old compatibility:
cell_name = raw_cell_name

code = f"""
@cell
def {cell_name}() -> gf.Component:
Expand Down
Loading

0 comments on commit 4b19e18

Please sign in to comment.