R
Russell Fredrickson
Guest
Hi all,
Is there any way to declare an array of reals in verilog? I tried the
following:
real RealArray [1:REAL_ARRAY_DEPTH];
and came up with a syntax error in ncverilog. Should I be declaring this a
different way? From my research before this post it looks like I could use
the $realtobits and the $bitstoreal tasks to work around this limitation (by
then using a regular array).
Thanks in advance,
Russell Fredrickson
Is there any way to declare an array of reals in verilog? I tried the
following:
real RealArray [1:REAL_ARRAY_DEPTH];
and came up with a syntax error in ncverilog. Should I be declaring this a
different way? From my research before this post it looks like I could use
the $realtobits and the $bitstoreal tasks to work around this limitation (by
then using a regular array).
Thanks in advance,
Russell Fredrickson