pylint: code style
# check the lint
grep '.\{80\}' csim.c
wc -L csim.c
# check the leak
valgrind --leak-check=full --show-reachable=yes ./csim -s 14 -E 1024 -b 3 -t traces/trans.trace
# check the magic number
# check the vim
:set tabstop=4
:retab
:set shiftwidth=4Last updated

