discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] testbench problem


From: Brian Padalino
Subject: Re: [Discuss-gnuradio] testbench problem
Date: Thu, 2 Aug 2007 17:26:15 -0400

On 8/2/07, George Nychis <address@hidden> wrote:
> The mailing list monster probably ate it for good reason!
>
> I committed the files to leos branch:
> http://gnuradio.org/trac/browser/gnuradio/branches/developers/zhuochen/simulations/burst_test
>
> Other than that, I know nothing about them ;)

Thanks.  I was able to get the proper results if outside the
concatenation I declare:
    length = length*4-8 ;

I think modelsim might have been doing some sign extension of your
lower bits which then knock off your top bits if it concatenates from
right to left.

Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]