Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Jul 29, 2024
1 parent 8b1604e commit c77e098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions piel/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
from .sax_thewalrus import *
from .sax_qutip import *
from .thewalrus_qutip import fock_transition_probability_amplitude

2 changes: 1 addition & 1 deletion piel/tools/openlane/v2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from openlane.flows import Flow
from piel.types import PathTypes, LogicImplementationType
from piel.file_system import (
return_path,
Expand Down Expand Up @@ -83,6 +82,7 @@ def generate_flow_setup(
design_directory: PathTypes = ".",
logic_implementation_type: LogicImplementationType = "combinatorial",
):
from openlane.flows import Flow
if logic_implementation_type == "combinatorial":
from openlane.flows import SequentialFlow
from openlane.steps import Yosys, OpenROAD, Magic, Netgen
Expand Down

0 comments on commit c77e098

Please sign in to comment.