Skip to content

Commit d7c8a24

Browse files
committed
fix: update verilator command to use correct elaboration target
1 parent 8eb1303 commit d7c8a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/steps/verilator/02_verilog_event_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def handler(data, context):
5151
f"mill -i __.test.runMain sims.verify.BallTopMain {data.get('balltype')} "
5252
)
5353
else:
54-
command = f"mill -i __.test.runMain sims.verilator.BBSimElaborate {config_name} "
54+
command = f"mill -i __.test.runMain sims.verilator.Elaborate {config_name} "
5555

5656
command += "--disable-annotation-unknown -strip-debug-info -O=debug "
5757
command += f"--split-verilog -o={build_dir}"

0 commit comments

Comments
 (0)