Hi, Gopal, It doesn't look like there are any relevant changes for you since (and including) the suspect commit, so you could just reset your local mlib_devel back to the commit just prior to commit e419ce2 with this command:
$ git reset --hard e419ce2^ Note the '^' at the end, that's very important. Dave On May 10, 2014, at 8:43 AM, Gopal Narayanan wrote: > Dave, > > Is there a simple fix to xps_library/detokenize.m in the SKA mlib_devel > repository? Should I just use the detokenize.m script from the SMA git branch? > > Should the calculation not be based on app_clk_rate but rather on 100 MHz? > > Thanks! > Gopal > > > > On Fri, May 9, 2014 at 4:53 PM, David MacMahon <[email protected]> > wrote: > I think Gopal's problem with the ska-sa mlib_devel is due to commit e419ce2. > This commit changed the calculation of the "clock factors" in > xps_library/detokenize.m to be based on app_clk_rate (250 MHz in Gopal's > case) rather than 100 MHz. These clock factors are passed to the > roach_infrastructure HDL via parameters that get defined in system.mhs. > > Dave > > > > > -- > Gopal Narayanan Ph #: (413) 545 0925 > Department of Astronomy e-mail: [email protected] > University of Massachusetts Amherst MA 01003 >

