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:
Sean Anderson 2023-03-05 00:03:49 -05:00
parent 139baaffcf
commit 19a588bd81
1 changed files with 3 additions and 0 deletions

View File

@ -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