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
<logicalNameMap>
<module name="LINK">
<redirectedRegister name="STATUS">
%for target in ['LINK_RAW', 'LINK_FALLBACK']:
<targetDevice>${target}</targetDevice>
<module name="Link">
%for target in [('', 'RAW'), ('Fallback', 'FALLBACK')]:
<redirectedRegister name="status${target[0]}">
<targetDevice>LINK_${target[1]}</targetDevice>
<targetRegister>LSU.${LINK_LOCK_NUMBER[STATION]}.LOCK_STATUS.VALUE.RD</targetRegister>
<!-- Re-mapping for for new flag meaning: 0 = ok, > 0 = failure -->
<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