Skip to content

Commit abc5efe

Browse files
committed
chore: remove outdated comment regarding optimization level in verilator command
1 parent ad41c84 commit abc5efe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/steps/verilator/03_build_event_step.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ async def handler(data, context):
9898
if use_lld:
9999
ldflags += " -fuse-ld=lld"
100100

101-
# -O1 instead of -O3: much faster C++ compilation, minimal simulation speed difference
102101
verilator_cmd = (
103102
f"verilator -MMD -cc --vpi --trace -O3 --x-assign fast --x-initial fast --noassert -Wno-fatal "
104103
f"--trace-fst --trace-threads 1 --output-split 10000 --output-split-cfuncs 100 "

0 commit comments

Comments
 (0)