Makefile: Reduce cocotb width
Newer versions of cocotb have excessively-wide logging defaults. Reduce it to something reasonable. Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
139baaffcf
commit
19a588bd81
3
Makefile
3
Makefile
|
@ -107,6 +107,9 @@ ifeq ($(shell test -c /dev/stdin && echo 1),1)
|
||||||
export COCOTB_ANSI_OUTPUT=1
|
export COCOTB_ANSI_OUTPUT=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# There are too my columns by default; reduce them
|
||||||
|
export COCOTB_REDUCED_LOG_FMT=2
|
||||||
|
|
||||||
define run-vvp =
|
define run-vvp =
|
||||||
MODULE=tb.$* $(VVP) $(VVPFLAGS) $< $(PLUSARGS)
|
MODULE=tb.$* $(VVP) $(VVPFLAGS) $< $(PLUSARGS)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue