Forum Discussion
marcorig
New Contributor
9 months agoReduce the following constant:
constant INITIAL_WAIT : natural := 200000000; -- 2 seconds
to
constant INITIAL_WAIT : natural := 200000; -- 2 seconds
otherwise the simulation will wait 2 seconds before starting to generate the operands. Attached the updated code, with the initial_wait reduced.