As it turns out, reg foo = 0; is not the same as reg foo; initial foo = 0; but instead is equivalent to reg foo; always @(*) foo = 0; This is rather silly. Convert all existing (lucky) examples to the second form. Signed-off-by: Sean Anderson <seanga2@gmail.com> |
||
---|---|---|
rtl | ||
tb | ||
.gitignore | ||
4b5b.gtkw | ||
Makefile |