2014-10-31, hazen
Display actual state names in TTS status. Probably this is a "format" attribute,
with two new values for "raw ttc" and "encoded ttc".
Display SVN version and/or tag in status display.
2014-08-22, hazen
Status display,
AMC_Links table:
- Link_Enable is redundant
- AMC_Words, AMC_Events, AMC_Headers etc should be zero-suppressed
2014-08-07, hazen
When "T" (ttc-loop-back) is enabled, "L" (local triggers) must be also.
localTtcSignalEnable() should also call
genInternalL1asEnable()
2014-08-06, hazen
1. Use address table names or #define constants instead of hard-wired values
in the flash programming code.
2. Add support for file paths in flash programming code (need to separate the file name
from the path before parsing the file name). Check for and support "Golden" and "Header"
files.
3.
selectMcsFile should also take a directory path.
4. Provide return value for flash verify functions
2041-06-10, hazen:
Break up block reads greater than 0x400 32-bit words into multiple reads.
File a bug report to UHAL developers that reads greater than about 0x500
words causes the following exception:
terminate called after throwing an instance of 'uhal::exception::IPbusCoreResponseCodeSet'
what(): Returned Header, 0x20180706 ( transaction id = 0x00000018, transaction type = 0x00, word count = 7 ) \
had response field = 0x06 indicating an error (1025 bytes into IPbus reply payload)
Original sent header was 0x2018080F, 9 bytes into IPbus send payload
A similar ticket has been submitted
https://svnweb.cern.ch/trac/cactus/ticket/635
--
EricHazen - 10 Jun 2014