discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Where is the output enabled of rx reference clock


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Where is the output enabled of rx reference clock for dbsrx
Date: Tue, 25 Oct 2005 11:25:13 -0700
User-agent: Mutt/1.5.6i

On Tue, Oct 25, 2005 at 08:09:00PM +0200, Martin Dvh wrote:
>
> Thanks, Eric, now I found where the output is enabled.
> I didn't notice the following line:
> self._u._write_oe(self._which,0x0001,0x0001)
> 
> I already found the FR_RX_A_REFCLK register but this only enables the 
> refclk signal, not the actual output.

FYI, if you are FPGA hacking and are turning on the debug output
(using the FR_DEBUG_EN register), you still need to enable oe similar to above.


> For db_dbs_rx.py I suggest to move
> self._u._write_oe(self._which,0x0001,0x0001)
> Which is now in the beginning of the init function of dbs_rx
> 
> To within the _enable_refclk function.
> def _enable_refclk(self,enable):

Good idea.  

Thanks,
Eric




reply via email to

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