Commit 33a96429 authored by Dave Newbold's avatar Dave Newbold

Bug fix in addrtab

parent 3e1001d1
......@@ -22,15 +22,15 @@
<node id="zs_thresh" address="0x4" mode="block" size="0x4" description="zero suppression thresholds" fwinfo="endpoint;width=2"/>
<node id="trig_thresh" address="0x8" description="trigger thresholds" fwinfo="endpoint;width=2">
<node id="threshold" address="0x0">
<node id="thresh" mask="0x3ff"/>
<node id="thresh" mask="0x3fff"/>
</node>
<node id="neutronpeaks" address="0x1">
<node id="pthresh" mask="0x3ff"/>
<node id="pthresh" mask="0x3fff"/>
<node id="cthresh" mask="0x1ff0000"/>
<node id="wsize" mask="0xf0000000"/>
</node>
<node id="neutronsamples" address="0x2">
<node id="pthresh" mask="0x3ff"/>
<node id="pthresh" mask="0x3fff"/>
<node id="cthresh" mask="0x1ff0000"/>
<node id="wsize" mask="0xf0000000"/>
</node>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment