Skip to content

Commit

Permalink
Update ibex_demo_system.core
Browse files Browse the repository at this point in the history
Fix for Verilator 5.x
  • Loading branch information
jaisw7 authored and marnovandermaas committed Mar 11, 2024
1 parent 15cbf73 commit 79b4f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibex_demo_system.core
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79b4f81

Please sign in to comment.