This website requires JavaScript.
Explore
Help
Sign In
Hardware
/
litex
mirror of
https://github.com/enjoy-digital/litex.git
Watch
1
Star
0
Fork
You've already forked litex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a148af97ba
litex
/
misoclib
/
cpu
/
__init__.py
5 lines
55 B
Python
Raw
Normal View
History
Unescape
Escape
gensoc: make it more generic (a SoC does not necessarily have a CPU)
2015-02-27 09:28:37 -05:00
from
migen
.
fhdl
.
std
import
*
class
CPU
(
Module
)
:
pass