2cd59a0fe34ffbfdb9aae3b6eea0db7427601776
[soc.git] / src / soc / decoder / isa / all.py
1 from fixedarith import fixedarith
2 from fixedload import fixedload
3 from fixedstore import fixedstore
4
5
6
7 class ISA(fixedarith, fixedload, fixedstore):
8 pass