A program to recognize and reward our most engaged community members
On edaPlayground same code works on other simulators
Aldec and Icarus simulators do not compile the code, while Cadence, Siemens, and Synopsys do. They do issue warnings about the variable h not being explicitly declared as static or automatic.
h
static
automatic
Some simulators are more strict than others in their adherence to the Language Reference Manual (LRM). DSim is very strict in its adherence to the LRM.
The failure to randomize the object is a bug that the DSim team is working on fixing.
Perfect thanks
yes, thanks for the suggestion on warning. I will take care of that