X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile;h=746f0c8a9d9334a35aeff094695052709b92fb5b;hb=a5e43947f68123b6ebba0db7e9efa1204353dbe2;hp=9c2c2549b1b17579e7354de1286f7c5533a04524;hpb=bf9cc46e899ec12ae4030a61f640dbf1eb928246;p=pinmux.git diff --git a/Makefile b/Makefile index 9c2c254..746f0c8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ gen_pinmux: .PHONY: gen_verilog gen_verilog: - make -C test gen_verilog + make -C test/bsv_src gen_verilog ############################################################################# @@ -22,3 +22,9 @@ clean: pep8: autopep8 -a -a -a --experimental -r -i src + +epydoc: + cd src && epydoc -o ../html -v --show-imports \ + --inheritance listed --graph all \ + pinmux_generator.py spec/ bsv/ +