Commit 53b88546 authored by gsomlo's avatar gsomlo Committed by Jack Koenig
Browse files

AsyncReset: iverilog requires named initial block with `RANDOMIZE (#1807)



When simulating with iverilog, we get an error message for the
assignment to _RAND in the module's initial block:
"Variable declaration in unnamed block requires SystemVerilog."

Provide a name (":B0") for the initial block, which should be a
syntac no-op for already supported simulators, and allow also
running simulations under iverilog.

Signed-off-by: default avatarGabriel Somlo <gsomlo@gmail.com>
parent e1b4f5ad
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment