add mirror copy of FU_Regs Dep Matrix, names changed, adapted to LD/ST
[soc.git] / Makefile
1 gitupdate:
2 git submodule init
3 git submodule update --recursive
4
5 install:
6 python3 setup.py develop # yes, develop, not install
7
8 test:
9 python3 setup.py test # could just run nosetest3...