projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fc2ab
)
do not use wildcard import
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 22 Jul 2020 15:36:01 +0000
(16:36 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 22 Jul 2020 15:36:01 +0000
(16:36 +0100)
src/soc/litex/core.py
patch
|
blob
|
history
diff --git
a/src/soc/litex/core.py
b/src/soc/litex/core.py
index 3097ca5aeb6953b5f2fa18dff906fea8248ff250..fa73084b87bc9b7b9e4d6f04f2eaa3fef64730bb 100644
(file)
--- a/
src/soc/litex/core.py
+++ b/
src/soc/litex/core.py
@@
-5,7
+5,7
@@
import os
import subprocess
-from migen import
*
+from migen import
ClockSignal, ResetSignal, Signal, Instance, Cat
from litex import get_data_mod
from litex.soc.interconnect import wishbone