Skip to content

Commit

Permalink
After some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Sep 12, 2024
1 parent bc03b6a commit d059169
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/examples/01_run_openlane_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Each design flow might have its own implementation strategy. Combinatorial designs follow different flows to sequential designs and this can be automated if we want to quickly go through an implementation strategy. Let's verify our implementation configuration.

import piel

# ## Basic Inverter Project

Expand Down
1 change: 0 additions & 1 deletion piel/cli/run.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import click
import sys
from .utils import get_python_install_directory
from .main import main


Expand Down
1 change: 0 additions & 1 deletion piel/flows/digital_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
read_simulation_data,
get_simulation_output_files_from_design,
)
from ..tools.openlane import find_latest_design_run
from ..integration.amaranth_openlane import layout_truth_table_through_openlane
from ..integration.gdsfactory_openlane import create_gdsfactory_component_from_openlane

Expand Down
1 change: 0 additions & 1 deletion piel/models/physical/photonic/mzi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from gdsfactory.cell import cell
from gdsfactory.component import Component
from gdsfactory.components.bend_euler import bend_euler
from gdsfactory.components.coupler import coupler
from gdsfactory.components.mmi1x2 import mmi1x2
from gdsfactory.components.mmi2x2 import mmi2x2
from gdsfactory.components.straight import straight as straight_function
Expand Down
1 change: 0 additions & 1 deletion piel/visual/data_conversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
import pandas as pd
from ..types import TruthTable

__all__ = [
"append_row_to_dict",
Expand Down

0 comments on commit d059169

Please sign in to comment.