From ef2fac84963ebf6537f3e730b9604cc2ec52a482 Mon Sep 17 00:00:00 2001 From: jaisw7 Date: Sat, 9 Mar 2024 05:50:10 -0500 Subject: [PATCH] Update ibex_demo_system.core Fix for Verilator 5.x --- ibex_demo_system.core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibex_demo_system.core b/ibex_demo_system.core index 2045ac41..dd3b38e3 100644 --- a/ibex_demo_system.core +++ b/ibex_demo_system.core @@ -178,7 +178,7 @@ targets: - '--trace-structs' - '--trace-params' - '--trace-max-array 1024' - - '-CFLAGS "-std=c++11 -Wall -DVM_TRACE_FMT_FST -DTOPLEVEL_NAME=top_verilator"' + - '-CFLAGS "-std=c++14 -Wall -DVM_TRACE_FMT_FST -DTOPLEVEL_NAME=top_verilator"' - '-LDFLAGS "-pthread -lutil -lelf"' - "-Wall" - "-Wwarn-IMPERFECTSCH"