add a simple core, not intended for production use
[soc.git] / src / soc / simple / core.py
1 from nmigen import Elaboratable, Module
2
3 from soc.fu.compunits.compunits import AllFunctionUnits
4 from soc.regfile.regfiles import RegFiles