litex/misoclib/cpu/__init__.py

5 lines
55 B
Python
Raw Normal View History

from migen.fhdl.std import *
class CPU(Module):
pass