Skip to content

Commit 8313d6e

Browse files
committed
cli: update deprecated import.
1 parent db5a981 commit 8313d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nmigen/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import argparse
22

33
from .hdl.ir import Fragment
4-
from .back import rtlil, cxxrtl, verilog, pysim
4+
from .back import rtlil, cxxrtl, verilog
5+
from .sim import pysim
56

67

78
__all__ = ["main"]

0 commit comments

Comments
 (0)