Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Added: | ||||||||
> > | 2014-06-17, hazen, dzou: Add FLASH programming. (Needs to be done before initial release) | |||||||
2014-06-13, hazen, dzou: | ||||||||
Changed: | ||||||||
< < | I think you have left out parts of the register names in many cases. | |||||||
> > | 1. I think you have left out parts of the register names in many cases. | |||||||
For example, below you want I believe "CONF.EVB.ENABLE_DAQLSC". | ||||||||
Changed: | ||||||||
< < | EDIT: Fixed | |||||||
> > | EDIT 1: Fixed | |||||||
Added: | ||||||||
> > | 2. | |||||||
void AMC13::daqLinkEnable(bool b) { if(b) write(T1, "EVB.ENABLE_DAQLSC", 1); | ||||||||
Line: 20 to 25 | ||||||||
write(T1, "EVB.ENABLE_DAQLSC", b); } | ||||||||
Changed: | ||||||||
< < | EDIT: Fixed | |||||||
> > | EDIT 2: Fixed | |||||||
Changed: | ||||||||
< < | Please change the AMCInputEnable to take a bit mask instead of a list. | |||||||
> > | 3. Please change the AMCInputEnable to take a bit mask instead of a list. EDIT 3: FIXED | |||||||
Changed: | ||||||||
< < | Please add an SFPOutputEnable to enable SFPs, taking a 3-bit mask | |||||||
> > | 4. Please add an SFPOutputEnable to enable SFPs, taking a 3-bit mask | |||||||
(writes to CONF.SFP.ENABLE_MASK). | ||||||||
Added: | ||||||||
> > | EDIT 4: FIXED | |||||||
2014-06-10, dzou: | ||||||||
Changed: | ||||||||
< < | A number of control functions implemented with hard coded addresses (due to no equivalent register). | |||||||
> > | 1. A number of control functions implemented with hard coded addresses (due to no equivalent register). Should add relevant registers to new address table and use named registers in control functions. | |||||||
Changed: | ||||||||
< < | Should add relevant registers to new address table and use named registers in control functions. | |||||||
> > | EDIT 1: Fixed | |||||||
2014-06-10, hazen: |