R
Russell Fredrickson
Guest
Since, for now, I have to wait for more general support of typed and sized
parameters parts of Verilog 2001, I was wondering if anyone could explain
what the rules for what type and size a parameter is for Verilog 1995?
The current problem that drives the above question is that I want to have a
parameter that I want to be more than the seemingly 32-bit default size
(64-bits actually would be nice). I have tried assigning a 64-bit value to
the parameter by default to see if I would pick up on the bit-width as
follows:
parameter FOO = 64'b0;
but that didn't seem to move it to larger than 32-bits.
So am I stuck until my simulator supports these features, or is there a
way around this?
Thanks,
Russell
parameters parts of Verilog 2001, I was wondering if anyone could explain
what the rules for what type and size a parameter is for Verilog 1995?
The current problem that drives the above question is that I want to have a
parameter that I want to be more than the seemingly 32-bit default size
(64-bits actually would be nice). I have tried assigning a 64-bit value to
the parameter by default to see if I would pick up on the bit-width as
follows:
parameter FOO = 64'b0;
but that didn't seem to move it to larger than 32-bits.
So am I stuck until my simulator supports these features, or is there a
way around this?
Thanks,
Russell