From ec5376f9a24bf31c81d8b26c1eed16bdf4763014 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 21 Sep 2017 13:27:38 +0200 Subject: [PATCH] Testbed updated -g option to work with latest GHDL. Signed-off-by: Pavel Pisa --- hw/tb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/tb/Makefile b/hw/tb/Makefile index f96b113..4c62e63 100644 --- a/hw/tb/Makefile +++ b/hw/tb/Makefile @@ -20,7 +20,7 @@ SRC+=lx_dad_top_tb.vhd CFLAGS += -Wall GHDLFLAGS+= -ANALYZEFLAGS+=--std=93c -fexplicit -ggdb +ANALYZEFLAGS+=--std=93c -fexplicit -g #SIM_FLAGS=--stop-time=1000ns #--ieee-asserts=disable -- 2.39.2