changed lint options

This commit is contained in:
Eric Matthews 2019-08-30 15:33:19 -07:00
parent 782e449492
commit b38ecb479d

View file

@ -104,7 +104,7 @@ lint_full:
verilator -cc $(TAIGA_SRCS) \
../test_benches/verilator/taiga_local_mem.sv \
--top-module taiga_local_mem \
--lint-only -Wwarn-lint -Wwarn-style
--lint-only -Wall
.PHONY: verilator_taiga_dhrystone
verilator_taiga_dhrystone: