From eab8783c6b9db91b48dceea5175b7383484402c1 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 13 May 2022 21:02:19 +0200 Subject: [PATCH] bench: Disable wave logging by default --- cocotb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocotb/Makefile b/cocotb/Makefile index cee0c6b..1660052 100644 --- a/cocotb/Makefile +++ b/cocotb/Makefile @@ -6,7 +6,7 @@ BASE = $(PWD)/.. BENCHTOP ?= cocotb_top_mac_test COMPILE_ARGS=--std=08 -SIM_ARGS ?= --wave=wave.ghw +# SIM_ARGS ?= --wave=wave.ghw VHDL_SOURCES_trashernet += $(BASE)/trashernet/*.vhd VHDL_SOURCES_design += $(BASE)/design/*.vhd