projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5a981
)
cli: update deprecated import.
author
whitequark
<whitequark@whitequark.org>
Fri, 6 Nov 2020 01:39:04 +0000
(
01:39
+0000)
committer
whitequark
<whitequark@whitequark.org>
Fri, 6 Nov 2020 01:41:41 +0000
(
01:41
+0000)
nmigen/cli.py
patch
|
blob
|
history
diff --git
a/nmigen/cli.py
b/nmigen/cli.py
index 71639a5967874c4762ab64be2e85f0cb7a3ea70c..7d5ed895a8842c7a52365501f6915d9fb25c9abe 100644
(file)
--- a/
nmigen/cli.py
+++ b/
nmigen/cli.py
@@
-1,7
+1,8
@@
import argparse
from .hdl.ir import Fragment
-from .back import rtlil, cxxrtl, verilog, pysim
+from .back import rtlil, cxxrtl, verilog
+from .sim import pysim
__all__ = ["main"]