Altera_Forum
Honored Contributor
11 years agosigned and unsigned no effect?
Hi,
Im using modelsim on something of what would be a lowpass filter code in my DSP experience. But modelsim does not produce a different output on this "signed" variable. Can I get this behavour from verilog? module module ( input clock, input [23:0] in, output reg signed[23:0] out = 0 );