frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native
This commit is contained in:
parent
2b20c11e2d
commit
97349bc11b
|
@ -1,7 +1,9 @@
|
|||
"""Wishbone frontend for LiteDRAM"""
|
||||
|
||||
from migen import *
|
||||
|
||||
|
||||
class LiteDRAMWishboneBridge(Module):
|
||||
class LiteDRAMWishbone2Native(Module):
|
||||
def __init__(self, wishbone, port):
|
||||
|
||||
# # #
|
Loading…
Reference in New Issue