Files
Scanning the repository...
Last update 5 years 5 months
by Kate Temkin
Fileslunagatewareusbusb2 | |
---|---|
.. | |
__init__.py | |
control.py | |
device.py | |
packet.py |
control.py# # This file is part of LUNA. # """ Low-level USB transciever gateware -- control transfer components. """ import operator import unittest import functools from nmigen import Signal, Module, Elaboratable, Cat, Record, Array from ...test import LunaGatewareTestCase, ulpi_domain_test_case