A localparam (or parameter, for that matter) is a run time constant.
When the implicit sensitivity list expands to hold all the right hand
side variables that occur within that always block, it sees a
constant, which by definition can not change value. This is the
dilemma faced by your tool that produces that error.
- Swapnajit.
--
SystemVerilog, DPI, Verilog PLI and all other good stuffs.
Project VeriPage:
http://www.project-veripage.com
For subscribing to the mailing list:
<URL: http://www.project-veripage.com/list/?p=subscribe&id=1>