Files
Scanning the repository...
Last update 5 years 9 months
by Kate Temkin
| Fileslunagatewareusb | |
|---|---|
| .. | |
| usb2 | |
| __init__.py | |
| analyzer.py | |
| device.py |
device.py# # This file is part of LUNA. # """ Low-level USB transciever gateware -- exposes packet interfaces. """ import unittest from nmigen import Signal, Module, Elaboratable, Memory from nmigen.back.pysim import Simulator from ...test import LunaGatewareTestCase, ulpi_domain_test_case, sync_test_case from ..ulpi import UTMITranslator