litex/lib/sata/std.py

9 lines
118 B
Python
Raw Normal View History

2014-11-03 12:54:41 -05:00
from migen.fhdl.std import *
def phy_layout(dw):
layout = [
("p_packetized", True),
("d", dw)
]
return layout