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 7362dd7
Show file tree
Hide file tree
Showing 1,455 changed files with 7,240 additions and 5,838 deletions.
1,453 changes: 1,431 additions & 22 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 7362dd7

Please sign in to comment.