Commit a2af16c1 authored by Howard Mao's avatar Howard Mao
Browse files

emit wires instead of registers for invalid randomization

Before, the verilog emitter would connect registers to the invalid ports
and use random initialization on the generated registers.

It is better to generate wires instead and use random assignment on the
wires.
parent e69d44fc
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