You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix always-ff testbench: remove tasks to work around LLHD task-wait bug
LLHD interpreter does not wake @(posedge clk) waits inside tasks
called from initial blocks (confirmed by process state showing
proc 2 stuck at 'func.call(do_write)' through all 100 clock cycles).
Inline do_write/do_read logic directly so @(posedge clk) is at the
top level of the initial block, matching the pattern that works in
sva/concurrent-sim.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments