rename load_i and stor_i to ld_pend_i / st_pend_i, match names in MemFUDepMatrix
[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...