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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
