Skip to content
Snippets Groups Projects
Commit 5f1158df authored by Jens Georg's avatar Jens Georg
Browse files

Fix format of link_lock.xlmap

parent 3815fe7a
No related branches found
No related tags found
No related merge requests found
##mako ##mako
<logicalNameMap> <logicalNameMap>
<module name="LINK"> <module name="Link">
<redirectedRegister name="STATUS"> %for target in [('', 'RAW'), ('Fallback', 'FALLBACK')]:
%for target in ['LINK_RAW', 'LINK_FALLBACK']: <redirectedRegister name="status${target[0]}">
<targetDevice>${target}</targetDevice> <targetDevice>LINK_${target[1]}</targetDevice>
<targetRegister>LSU.${LINK_LOCK_NUMBER[STATION]}.LOCK_STATUS.VALUE.RD</targetRegister> <targetRegister>LSU.${LINK_LOCK_NUMBER[STATION]}.LOCK_STATUS.VALUE.RD</targetRegister>
<!-- Re-mapping for for new flag meaning: 0 = ok, > 0 = failure --> <!-- Re-mapping for for new flag meaning: 0 = ok, > 0 = failure -->
<plugin name="math"> <plugin name="math">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment