projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ab2df
)
dewildcard wishbone.py
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 11 Mar 2020 16:49:49 +0000
(16:49 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 11 Mar 2020 16:49:49 +0000
(16:49 +0000)
src/soc/minerva/wishbone.py
patch
|
blob
|
history
diff --git
a/src/soc/minerva/wishbone.py
b/src/soc/minerva/wishbone.py
index cb559630cc757f7c8dac634a826058038ceaa85e..91936b39bc06b833cc13e5e84130dc4e8ffca1dc 100644
(file)
--- a/
src/soc/minerva/wishbone.py
+++ b/
src/soc/minerva/wishbone.py
@@
-1,6
+1,6
@@
-from nmigen import
*
-from nmigen.hdl.rec import
*
-from nmigen.lib.coding import
*
+from nmigen import
Array, Elaboratable, Module, Record, Signal
+from nmigen.hdl.rec import
DIR_FANIN, DIR_FANOUT, DIR_NONE
+from nmigen.lib.coding import
PriorityEncoder
__all__ = ["Cycle", "wishbone_layout", "WishboneArbiter"]