Skip to content

Commit

Permalink
strip notebook output
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed May 29, 2024
1 parent 4b42732 commit 062984b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
18 changes: 5 additions & 13 deletions docs/notebooks/simulation_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "8163b0cd-276a-4530-99dd-97bc20906b78",
"execution_count": null,
"id": "0",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[32m2024-05-23 17:10:58.325\u001b[0m | \u001b[1mINFO \u001b[0m | \u001b[36mgdsfactory.pdk\u001b[0m:\u001b[36mregister_cells_yaml\u001b[0m:\u001b[36m376\u001b[0m - \u001b[1mRegistered cell 'sample'\u001b[0m\n"
]
}
],
"outputs": [],
"source": [
"import sky130\n",
"import sky130_hdl21"
Expand All @@ -22,15 +14,15 @@
{
"cell_type": "code",
"execution_count": null,
"id": "c3e4d92b-c3d3-4677-8416-9c23de62b6c9",
"id": "1",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "978298fe-2c3e-492a-b037-28a7ffcbe337",
"id": "2",
"metadata": {},
"outputs": [],
"source": []
Expand Down
1 change: 1 addition & 0 deletions sky130/hdl21.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Configuration for the hdl21 PDK linking with our source files.
"""

import pathlib

import sky130_hdl21
Expand Down

0 comments on commit 062984b

Please sign in to comment.