#verilog limitation that bugs me most: cannot use a parameter as a literal width. e.g.: WORD_WIDTH'd42 is illegal, and complicates code.
This may yield undef bits for WORD_WIDTH > 32. (_may_ because size of integer is implementation defined.)
-
-
Very true. I had since switched to using the form localparam zero = {WORD_WIDTH{1'b0}}; which doesn't have that prob.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.