File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 55from pathlib import Path
66
77from amaranth import *
8- from amaranth .lib import wiring , io
8+ from amaranth .lib import io
99from amaranth .back import rtlil
1010from amaranth .hdl ._ir import PortDirection
11+ from amaranth .lib .cdc import FFSynchronizer
1112
1213from .. import ChipFlowError
13- from .silicon import SiliconPlatformPort , FFSynchronizer
14- from .utils import load_pinlock , Port
14+ from .utils import load_pinlock
1515
1616__all__ = ["SimPlatform" ]
1717
Original file line number Diff line number Diff line change 1111from doit .task import dict_to_task
1212
1313from amaranth import *
14- from amaranth .lib import wiring , io
15- from amaranth .lib .cdc import FFSynchronizer
16- from amaranth .back import rtlil
1714
1815from .. import ChipFlowError , _ensure_chipflow_root
1916from . import StepBase
20- from ..platforms import SimPlatform , top_interfaces , load_pinlock
21- from ..platforms .utils import IOSignature , load_pinlock , Port
17+ from ..platforms import SimPlatform , top_interfaces
18+ from ..platforms .utils import IOSignature
2219from ..platforms .sim import VARIABLES , TASKS , DOIT_CONFIG
2320
2421
You can’t perform that action at this time.
0 commit comments