Commit dd3d39a1 authored by Jim Lawson's avatar Jim Lawson
Browse files

Allow the #delay before random initialization to be overridden

The default of 0.002 can be less than the Verilog time precision, which
effectively causes it to be rounded down to 0.  So, allow the user to
`define RANDOMIZE_DELAY to some other value.

If the macro is not defined, the old behavior is preserved.

(cherry picked from commit 25a7ca97)

# Conflicts:
#	src/main/scala/firrtl/Emitter.scala
parent c3afc37e
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