add Config Fetch interface and quick unit test
[soc.git] / Makefile
1 PYTHON3 ?= "python3"
2
3 gitupdate:
4 git submodule init
5 git submodule update --recursive
6
7 install:
8 python3 setup.py develop # yes, develop, not install
9 python3 src/soc/decoder/pseudo/pywriter.py
10
11 test: install
12 python3 setup.py test # could just run nosetest3...