Forum Discussion
Altera_Forum
Honored Contributor
13 years agothe entire design is written as a pixed-point DSP,
so... [3:-9] means 4 bits for integer, 9 bits for fractional. that's the design, that's how verilog works. The problem, is that I'm using filters that Matlab generated, and they use the "traditional" notation (the [9:0] one...), so the filter gets the bits in reverse. but now I see the bug is only in SignalTap way of displaying the numbers, they are not reversed when I open the busses and compare bit to bit. only as a group