True for localparam declarations, nil for parameter
declarations. The difference is apparently that localparams
such as TWICE_WIDTH below cannot be overridden from outside
the module, except insofar as that they depend upon non-local
parameters. (These localparam declarations are a way to
introduce named constants without polluting the `define
namespace.)