switching to python2 and added pep8 auto-sorter to make.
[pinmux.git] / Makefile
index cd4ddf84a1d3578bff0a97fda2a48f25d68811be..b978409ca889823e0223e9fe23c02af537ed08d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ### Makefile for the cclass project
 
-TOP_MODULE:=mkpinmux
-TOP_FILE:=pinmux.bsv
+TOP_MODULE:=mkPinTop
+TOP_FILE:=PinTop.bsv
 TOP_DIR:=./bsv_src/
 WORKING_DIR := $(shell pwd)
 
@@ -42,3 +42,5 @@ gen_verilog: check-restore check-blue
 clean:
        rm -rf $(BSVBUILDDIR) *.log $(BSVOUTDIR) ./bbl* verilog obj_dir bsv_src src/*.pyc
 
+pep8:
+       autopep8 -r -i src