frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native

This commit is contained in:
Florent Kermarrec 2018-08-21 13:27:49 +02:00
parent 2b20c11e2d
commit 97349bc11b
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
"""Wishbone frontend for LiteDRAM"""
from migen import *
class LiteDRAMWishboneBridge(Module):
class LiteDRAMWishbone2Native(Module):
def __init__(self, wishbone, port):
# # #