Skip to content

Commit

Permalink
see if tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Sep 12, 2024
1 parent 9cba65e commit 8db8fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piel/tools/amaranth/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
- "memory"
"""

import amaranth as am
from ...types.digital import TruthTable, LogicImplementationType
from piel.types.digital import TruthTable, LogicImplementationType


def construct_amaranth_module_from_truth_table(
Expand Down Expand Up @@ -43,6 +42,7 @@ def construct_amaranth_module_from_truth_table(
>>> )
>>> am_module = construct_amaranth_module_from_truth_table(my_truth_table)
"""
import amaranth as am

# Extract inputs and outputs from the truth table
inputs = truth_table.input_ports
Expand Down
1 change: 1 addition & 0 deletions tests/import/test_import_core.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import piel
1 change: 1 addition & 0 deletions tests/import/test_import_experimental.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import piel.experimental

0 comments on commit 8db8fc6

Please sign in to comment.