Skip to content

Commit

Permalink
Makefile: Reduce cocotb width
Browse files Browse the repository at this point in the history
Newer versions of cocotb have excessively-wide logging defaults. Reduce
it to something reasonable.

Signed-off-by: Sean Anderson <[email protected]>
  • Loading branch information
Forty-Bot committed Mar 5, 2023
1 parent 139baaf commit 19a588b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ ifeq ($(shell test -c /dev/stdin && echo 1),1)
export COCOTB_ANSI_OUTPUT=1
endif

# There are too my columns by default; reduce them
export COCOTB_REDUCED_LOG_FMT=2

define run-vvp =
MODULE=tb.$* $(VVP) $(VVPFLAGS) $< $(PLUSARGS)
endef
Expand Down

0 comments on commit 19a588b

Please sign in to comment.