Commit 4b29f817 authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

Doc: Updated hdl guide for release 4.0 of the gateware

parent 94cb1285
......@@ -21,8 +21,14 @@
note = {\url{http://www.ohwr.org/projects/conv-common-gw/repository}}
}
@misc{bib:doulos-counter,
title = {{Repository for converter board common gateware}},
note = {\url{https://www.doulos.com/knowhow/fpga/fastcounter/}}
}
@misc{board-id,
title = {{Board IDs for level conversion circuits}},
title = {{A counter for fast events, using a Flancter}},
note = {\url{http://www.ohwr.org/projects/conv-common-gw/wiki/Board-id}}
}
......
......@@ -182,15 +182,15 @@ and despite their seemingly dedicated name, they are also general-purpose switch
time of writing of this document. Therefore, they are considered as \textit{other switches},
due to the fact they do not appear on the CONV-TTL-BLO.
The state of the general-purpose switches can be read from the status register
(SR -- see Appendix~\ref{app:conv-regs-sr}), and the state of the MultiCast
switches can be read from the other switches register (OSWR -- see Appendix~\ref{app:conv-regs-oswr}).
(SR -- see Appendix~\ref{app:conv-regs-SR}), and the state of the MultiCast
switches can be read from the other switches register (OSWR -- see Appendix~\ref{app:conv-regs-OSWR}).
A total of 32 dedicated switches can be implemented on converter boards and mapped to the OSWR, should
they be required. This number-of-32 constraint is imposed by the number of bits in the OSWR.
Table~\ref{tbl:switches} summarizes the switches on converter boards.
\begin{table}[h]
\begin{table}[ht]
\caption{\label{tbl:switches} Switches on converter boards}
\rowcolors{2}{white}{gray!25}
\centerline {
......@@ -199,10 +199,10 @@ Table~\ref{tbl:switches} summarizes the switches on converter boards.
\multicolumn{1}{c}{\textbf{Name}} & \multicolumn{1}{c}{\textbf{Comments}} \\
\hline
General-purpose & Eight switches that \textit{should} be implemented on all converter boards.
Read their state from the SR.SWITCHES field (see Appendix~\ref{app:conv-regs-sr}) \\
Read their state from the SR.SWITCHES field (see Appendix~\ref{app:conv-regs-SR}) \\
Other & Dedicated switches for specific converter boards.
y Read their state from the OSWR register
(see Appendix~\ref{app:conv-regs-oswr}) \\
(see Appendix~\ref{app:conv-regs-OSWR}) \\
\hline
\end{tabular}
}
......@@ -262,7 +262,7 @@ an external reset is received. The external reset can come from one of two sourc
\begin{itemize}
\item the VME system reset pin
\item a write to the CR.RST bit, after having been previously unlocked by a write to the
CR.RST\_UNLOCK bit (see Appendix~\ref{app:conv-regs-cr})
CR.RST\_UNLOCK bit (see Appendix~\ref{app:conv-regs-CR})
\end{itemize}
The \textit{conv\_reset\_gen} component is clocked from \textit{clk\_20\_i}, so the reset
......@@ -355,15 +355,12 @@ For information on the module's implementation, consult its documentation in the
Figure~\ref{fig:pulse-cnt} presents the implementation of the pulse counters.
When a pulse arrives on either the TTL or blocking side, it is resynchronized
in the 20~MHz clock domain and passed through a rising edge detector. When
a rising edge occurs on the pulse, the counter is incremented by one and stored
to the channel pulse counter register. There are two counters implemented separately for TTL
in the 20~MHz clock domain and passed to a \textit{fast counter} module. Indeed, at high frequencies it was found that internal counters need to be able to cope with high frequency triggers howvwer short. A \textit{Flancter} based counter is therefore used~\cite{bib:doulos-counter}. When
a rising edge occurs on the pulse, the result of the counter is stored
to the channel pulse counter register. On v4 release of the gateware\footnotemark\footnotetext{On preceding releases, there was a single counter per channel, aggregating both types of pulses.}, there are two counters implemented separately for TTL
and BLO outputs of each channel (CHxTTLPCR and CHxBLOPCR -- see Appendix~\ref{app:conv-regs}).
Since the counters are incremented after the OR gate, the \textit{line\_front\_i} and \textit{line\_
rear\_i} are ANDed with the synched rising edge of the input line to determine whether the input
is a ttl or a blo signal. The corresponding counters are incremented accordingly. Figure~\ref{
fig:pulse-cnt} presents the implementation for the TTL case only, the same is duplicated for the
Figure~\ref{fig:pulse-cnt} presents the implementation for the TTL case only, the same is duplicated for the
blocking counter.
The pulse counter register can be written via the \textit{conv\_regs} component as a
......@@ -409,7 +406,7 @@ The two counters implemented are:
\end{itemize}
The TAI counter can be loaded with a new value by writing the TVLR and TVHR registers
(see Appendix~\ref{app:conv-regs-tvlr} and~\ref{app:conv-regs-tvhr}). A load of either
(see Appendix~\ref{app:conv-regs-TVLR} and~\ref{app:conv-regs-TVHR}). A load of either
of these registers will reset the internal cycles counter.
Note that due to the synchronization logic, rising edge detector and the latching of the
......@@ -453,7 +450,7 @@ advance on read or write requests from the buffer. While a read can not be perfo
buffer is empty, a write to a full buffer will start overwriting old timestamps.
For converter board designs, a caution should be put in place. Because the TBMR
register (see Appendix~\ref{app:conv-regs-tbmr}) causes the read pointer to advance,
register (see Appendix~\ref{app:conv-regs-TBMR}) causes the read pointer to advance,
it should be the last register read in a readout cycle. Otherwise, the values of the
other tag buffer registers will return the next sample in the tag buffer.
......@@ -509,6 +506,11 @@ Moreover, v4 boards, give the possibility to select pulse width at the output vi
Figure~\ref{fig:pulse-out-sel} shows how the output is selected depending on whether \textit{burst\_en\_n\_i} is activated or not, and also on which pulse width is selected (options are for \textit{SHORT} and \textit{LONG} pulses).
\begin{figure}[h]
\centerline{\includegraphics[width=\textwidth]{fig/pulse-out-select}}
\caption{\label{fig:pulse-out-sel} Pulse repetition output selection}
\end{figure}
\subsubsection{Pulse generator}
\label{subsec:pulse-gen}
%------------------------------------------------------------------------------
......@@ -544,8 +546,7 @@ resets
the input flip-flop and goes into the rejection state.
If any pulses arrive either during the generation state, or the rejection state, the error output
is set high for one clock cycle. This type of error is identified as a \textit{FLIM\_ERR\_p},
because they are to do with the maximum allowed frequency being reached.
is set high for one clock cycle. This type of error is identified as a \textit{flim\_err\_p}. It is the result of the maximum allowed frequency being reached.
\begin{figure}
\centerline{\includegraphics[width=\textwidth]{fig/pulse-gen-operation}}
......@@ -566,19 +567,23 @@ The time at which the rejection starts depends on the frequency of the pulses co
are rejected earlier. The lower the frequency the longer are repetition times.
The information relating repetition frequency and repetition times is embedded inside the FPGA and is generated in pre-processing and fed as a generic to the entity. The values used for a given thermal model is an array of constant values input as the \textit{g\_temp\_decre\_step} generic.
They differ for the SHORT and LONG pulse implementations. Appendix~\ref{app:} shows how these values can be generated in pre-processing.
%They differ for the SHORT and LONG pulse implementations. Appendix~\ref{app:} shows how these values can be generated in pre-processing.
In terms of gateware implementation, the \textit{conv\_dyn\_burst\_ctrl}, module uses a finite
In terms of gateware implementation, see Fig.\ref{fig:burst_ctrl}, the \textit{conv\_dyn\_burst\_ctrl}, module uses a finite
state machine (FSM) to handle transitions between pulse repetition and pulse rejection depending
on the \textit{temp\_rise} counter value.
The FSM is triggered by pulse signals \textit{pulse\_r\_edge\_p\_i} and \textit{pulse\_f\_edge\_p\_i}
that had been generated as a result of synchronisation in the \textit{Pulse Generator} block. The
that had been generated as a result of synchronisation inside the \textit{Pulse Generator} block. The
FSM outputs a \textit{burst\_ctrl\_rst} signal as a select signal to a multiplexer. The block's output replicates the input or clears it depending on the status of the \textit{burst\_ctrl\_rst} signal.
An pulse is generated every time a pulse is missed. This is the \textit{frequency watchdog error}, \textit{FWDG\_ERR\_p}, which signifies that the board has started to miss pulses
An error pulse is generated every time a pulse is missed. This is the \textit{frequency watchdog error}, \textit{fwdg\_err\_p}, which signifies that the board has started to miss pulses in order to limit temperature rise.
\begin{figure}[h]
\centerline{\includegraphics[width=\textwidth]{fig/burst-ctrl}}
\caption{\label{fig:burst_ctrl} Dynamic burst controller block}
\end{figure}
%------------------------------------------------------------------------------
\subsection{Pulse LED control}
......
......@@ -276,7 +276,7 @@ RST\_UNLOCK
\item \begin{small}
{\bf
RST
} [\emph{read/write}]: Reset bit - active only if RST_UNLOCK is 1
} [\emph{read/write}]: Reset bit - active only if RST\_UNLOCK is 1
\\
1 -- initiate logic reset \\ 0 -- no reset
\end{small}
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="649.2868mm"
height="267.23419mm"
viewBox="0 0 649.2868 267.2342"
version="1.1"
id="svg1435"
inkscape:version="0.92.1 r15371"
sodipodi:docname="burst-ctrl.svg">
<defs
id="defs1429" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="1510.9954"
inkscape:cy="458.35006"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1138"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid1437"
originx="286.43434"
originy="-51.591219" />
</sodipodi:namedview>
<metadata
id="metadata1432">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(286.43436,21.825421)">
<g
transform="matrix(1.9565888,0,0,2.2186896,-583.27921,-135.08556)"
id="g3985">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3176"
d="m 406.47996,109.84255 v 42.51968 l 10.62993,-5.31497 V 115.1575 l -10.62993,-5.31495"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
id="text3178"
y="144.01578"
x="409.17969"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
style="font-size:10px;line-height:1.25;font-family:sans-serif"
y="147.46375"
x="409.17969"
id="tspan3180"
sodipodi:role="line" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="409.25195"
y="126.01577"
id="text3182"><tspan
sodipodi:role="line"
id="tspan3184"
x="409.25195"
y="129.46373"
style="font-size:10px;line-height:1.25;font-family:sans-serif" /></text>
</g>
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:0.1;stroke:#000000;stroke-width:0.72114944;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4527"
width="105.79653"
height="180.51888"
x="10.583333"
y="43.000004" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.99507833;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -116.41666,-7.2708276 c 0,18.4326086 0,18.4326086 0,36.8653116 22.919937,0 33.721967,-7.373016 33.721967,-18.432703 0,-11.05959303 -10.80203,-18.4326086 -33.721967,-18.4326086 z"
id="path3936"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<flowRoot
xml:space="preserve"
id="flowRoot1520"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.56259882,0,0,0.70357874,-149.11256,-314.94746)"><flowRegion
id="flowRegion1522"><rect
id="rect1524"
width="160"
height="160"
x="520"
y="682.51971" /></flowRegion><flowPara
id="flowPara1526">'0'</flowPara></flowRoot> <rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.53924304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1528"
width="105.93556"
height="46.971279"
x="-111.12499"
y="175.94539" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:14.82911873px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.37072799"
x="-109.53323"
y="174.76073"
id="text2075"
transform="scale(0.89504041,1.117268)"><tspan
sodipodi:role="line"
id="tspan2073"
x="-109.53323"
y="174.76073"
style="stroke-width:0.37072799">Temperature</tspan><tspan
sodipodi:role="line"
x="-109.53323"
y="193.29712"
style="stroke-width:0.37072799"
id="tspan2077"> Logic</tspan></text>
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.65085387;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2079"
width="412.75"
height="264.58334"
x="-148.16667"
y="-20.499994" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.93333244px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-287.58157"
y="117.52618"
id="text2083"><tspan
sodipodi:role="line"
id="tspan2081"
x="-287.58157"
y="117.52618"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">pulse_r_edge_p_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.93333244px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-287.26843"
y="143.26654"
id="text2087"><tspan
sodipodi:role="line"
id="tspan2085"
x="-287.26843"
y="143.26654"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">pulse_f_edge_p_i</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot2089"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.26458333,0,0,0.26458333,-127.26962,95.645527)"><flowRegion
id="flowRegion2091"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start"><rect
id="rect2093"
width="280"
height="120"
x="-918.98096"
y="321.02478"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" /></flowRegion><flowPara
id="flowPara2095">pulse_burst_i</flowPara></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.75555611px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="271.5166"
y="80.63105"
id="text2107"><tspan
sodipodi:role="line"
id="tspan2105"
x="271.5166"
y="80.63105"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">burst_err_p_o</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot2109"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.26458333,0,0,0.26458333,-127.26962,95.645527)"><flowRegion
id="flowRegion2111"><rect
id="rect2113"
width="520"
height="80"
x="1561.019"
y="121.0248" /></flowRegion><flowPara
id="flowPara2115" /></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="273.0285"
y="162.95276"
id="text2119"><tspan
sodipodi:role="line"
id="tspan2117"
x="273.0285"
y="162.95276"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">pulse_burst_o</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot2121"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.26458333,0,0,0.26458333,-127.26962,95.645527)"><flowRegion
id="flowRegion2123"><rect
id="rect2125"
width="440"
height="80"
x="-678.98096"
y="281.02478" /></flowRegion><flowPara
id="flowPara2127" /></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-259.20648"
y="1.1474797"
id="text2131"><tspan
sodipodi:role="line"
id="tspan2129"
x="-259.20648"
y="1.1474797"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">pulse_burst_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-200.8999"
y="22.443853"
id="text2135"><tspan
sodipodi:role="line"
id="tspan2133"
x="-200.8999"
y="22.443853"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">en_i</tspan></text>
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -169.33332,0.66667228 h 52.91666"
id="path2137"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -169.33332,21.833338 52.91666,10e-7"
id="path2139"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -84.666659,5.9583389 264.583339,10e-8"
id="path2141"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 179.91667,5.9583389 1e-5,121.7083311"
id="path2145"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 211.66667,127.66667 h -31.75"
id="path2147"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 211.66667,180.58334 H 169.33334"
id="path2149"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path4564"
d="m 10.583343,196.45834 12.691742,10.2122 -12.691742,10.2122"
style="fill:none;stroke:#000000;stroke-width:0.65585208;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path4564-5"
d="m -111.12499,197.75 10.58333,9.29167 -10.58333,9.29167"
style="fill:none;stroke:#000000;stroke-width:0.57127297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.25820687px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 116.41668,217.625 H 222.25001"
id="path2172"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 222.25001,196.45834 V 217.625"
id="path2174"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.75555611px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="214.28563"
y="135.68207"
id="text2178"
inkscape:transform-center-x="-6.4144689"
inkscape:transform-center-y="-8.0180932"><tspan
sodipodi:role="line"
id="tspan2176"
x="214.28563"
y="135.68207"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.75555611px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">0</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.75555611px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="215.35471"
y="187.00052"
id="text2182"><tspan
sodipodi:role="line"
id="tspan2180"
x="215.35471"
y="187.00052"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.75555611px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">1</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 10.583343,207.04167 H 9.6656991e-6"
id="path2184"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.6656991e-6,207.04167 V 233.5"
id="path2186"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.28285146px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.6656992e-6,233.5 H -169.33332"
id="path2188"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -126.99999,207.04167 h 15.875"
id="path2190"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.29581314px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M -126.99999,233.50001 V 207.04167"
id="path2192"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-230.60997"
y="232.80699"
id="text2131-8"><tspan
sodipodi:role="line"
id="tspan2129-1"
x="-230.60997"
y="232.80699"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">clk_20_i</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 269.87501,159.41667 H 232.83334"
id="path2212"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 269.87501,74.750004 H 116.41667"
id="path2214"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.27272624px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M -169.33332,117.08334 H 10.583343"
id="path2216"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.27272624px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M -169.33332,143.54167 H 10.583343"
id="path2218"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -95.249992,143.54167 v 31.75"
id="path2220"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="48.69408"
y="37.762062"
id="text2224"><tspan
sodipodi:role="line"
id="tspan2222"
x="48.69408"
y="37.762062"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.11111069px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">FSM</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M -5.2916569,185.875 H 10.583343"
id="path2226"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="128.92326"
y="213.99068"
id="text2230"><tspan
sodipodi:role="line"
id="tspan2228"
x="128.92326"
y="213.99068"
style="stroke-width:0.26458332">burst_ctrl_rst</tspan></text>
<ellipse
id="path3915"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440391;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-148.37976"
cy="0.8413921"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-5"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-148.0863"
cy="21.730059"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-1"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-148.37976"
cy="116.88009"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-3"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-148.00179"
cy="143.33841"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-9"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-148.37976"
cy="233.67473"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-0"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="264.74823"
cy="159.59138"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-6"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.60440397;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="263.99228"
cy="74.924728"
rx="2.1084385"
ry="2.175256" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="16.05843"
y="189.50934"
id="text2135-1"><tspan
sodipodi:role="line"
id="tspan2133-9"
x="16.05843"
y="189.50934"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.69999981px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332">temp_rise</tspan></text>
<ellipse
id="path3915-1-4"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.60440403;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-95.463089"
cy="143.90538"
rx="2.1084385"
ry="2.175256" />
<ellipse
id="path3915-1-4-5"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.60440409;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="-127.21309"
cy="231.97383"
rx="2.1084385"
ry="2.175256" />
</g>
</svg>
......@@ -10,8 +10,8 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="537.98828"
height="142.5"
width="551.98828"
height="140.5"
id="svg2"
version="1.1"
inkscape:version="0.92.1 r15371"
......@@ -66,9 +66,10 @@
y1="297.36218"
x2="220"
y2="297.36218"
gradientUnits="userSpaceOnUse" />
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.66666667,0,0,1,76.66666,0)" />
<linearGradient
gradientTransform="matrix(1,0,0,1.6000002,0,-239.41737)"
gradientTransform="matrix(0.6,0,0,1.6000002,90,-224.41737)"
inkscape:collect="always"
xlink:href="#linearGradient4751"
id="linearGradient4753-8"
......@@ -147,6 +148,20 @@
transform="scale(0.4)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="TriangleOutM"
orient="auto"
refY="0"
refX="0"
id="TriangleOutM-8-7"
style="overflow:visible">
<path
id="path3992-6-6"
d="M 5.77,0 -2.88,5 V -5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt"
transform="scale(0.4)"
inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
id="base"
......@@ -155,9 +170,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="247.36126"
inkscape:cy="10.2647"
inkscape:zoom="15.839192"
inkscape:cx="200.87754"
inkscape:cy="113.35883"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
......@@ -179,8 +194,8 @@
visible="true"
enabled="true"
snapvisiblegridlinesonly="true"
originx="-35.375977"
originy="-627.75"
originx="-21.375977"
originy="-629.75"
spacingx="1"
spacingy="1" />
</sodipodi:namedview>
......@@ -200,7 +215,7 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-35.375977,-282.11219)">
transform="translate(-21.375977,-282.11219)">
<rect
style="fill:#e5e5e5;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2987"
......@@ -211,38 +226,38 @@
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="379.79492"
y="373.83191"
x="379.08066"
y="322.40332"
id="text3757"><tspan
sodipodi:role="line"
x="379.79492"
y="373.83191"
x="379.08066"
y="322.40332"
style="font-weight:bold;font-size:10px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle"
id="tspan3765">Pulse</tspan><tspan
sodipodi:role="line"
x="379.79492"
y="386.33191"
x="379.08066"
y="334.90332"
style="font-weight:bold;font-size:10px;line-height:1.25;font-family:sans-serif;text-align:center;text-anchor:middle"
id="tspan3769">generator</tspan></text>
id="tspan3769">repertition</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 167.37043,320.36218 H 177 v 23.0315"
style="fill:none;stroke:#000000;stroke-width:0.46593344;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 156.37043,392.36219 H 166 v -20"
id="path4013"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="164"
y="323.36218"
x="152.02031"
y="391.04239"
id="text3217"><tspan
sodipodi:role="line"
id="tspan3219"
x="164"
y="323.36218"
x="152.02031"
y="391.04239"
style="font-size:10px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end">gfen_n_i</tspan></text>
<g
transform="translate(-234.25195,226.34641)"
transform="translate(-248.25195,226.34641)"
id="g3985">
<path
sodipodi:nodetypes="ccccc"
......@@ -274,7 +289,7 @@
style="font-size:10px;line-height:1.25;font-family:sans-serif">0</tspan></text>
</g>
<g
transform="translate(-32.910141,-88.276791)"
transform="translate(-46.910141,-88.276791)"
id="g3828"
style="stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none">
<rect
......@@ -298,38 +313,38 @@
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 75,356.36218 h 15 v -9 h 7"
d="m 61,357.36219 h 15 v -9 h 7"
id="path3835"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 90,356.36218 v 11 h 80"
d="m 76,356.36218 v 11 h 80"
id="path3837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 162,347.36218 h 8"
d="m 148,347.36218 h 8"
id="path3839"
inkscape:connector-curvature="0" />
<text
id="text5025"
y="360.36218"
x="70"
x="56"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
style="font-size:10px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end"
y="360.36218"
x="70"
x="56"
id="tspan5027"
sodipodi:role="line">pulse_i</tspan></text>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path5029"
d="M 425,377.36218 H 530"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
d="M 420,377.36218 H 530"
style="fill:none;stroke:#000000;stroke-width:0.51176631;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
......@@ -426,7 +441,7 @@
<g
style="stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none"
id="g5524"
transform="translate(72.089859,-19.276791)">
transform="translate(72.089859,-21.276787)">
<g
id="g5532">
<rect
......@@ -456,14 +471,14 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 190,357.36219 h 105 v 17 h 10"
style="fill:none;stroke:#000000;stroke-width:0.54173636;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 170,357.36219 h 123.26087 v 17 H 305"
id="path5544"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 275,417.36219 h 20 v -36 h 10"
style="fill:none;stroke:#000000;stroke-width:0.54006171;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 270,417.36219 h 23.33333 v -36 H 305"
id="path5546"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
......@@ -506,15 +521,15 @@
</g>
</g>
<path
style="fill:url(#linearGradient4753);fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 200,357.36219 v -25 h 15"
style="fill:url(#linearGradient4753);fill-opacity:1;stroke:#000000;stroke-width:0.40824828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 210,357.36219 v -25 h 10"
id="path5756"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path5942"
d="m 200,357.36219 v 25 h 15"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
d="m 210,357.36219 v 25 h 10"
style="fill:none;stroke:#000000;stroke-width:0.40824828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)" />
<path
inkscape:connector-curvature="0"
id="path5944"
......@@ -559,25 +574,151 @@
</g>
</g>
<path
style="fill:url(#linearGradient4753-8);fill-opacity:1;stroke:#000000;stroke-width:0.63245559;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-8)"
d="m 200,332.36219 v -40 h 15"
style="fill:url(#linearGradient4753-8);fill-opacity:1;stroke:#000000;stroke-width:0.489898;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-8)"
d="m 210,347.36219 v -40 h 9"
id="path5756-5"
inkscape:connector-curvature="0" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.15264857;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1281"
cx="209.77502"
cy="332.741"
rx="0.6095587"
ry="0.7881301" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.15264857;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1281-1"
cx="209.79668"
cy="357.2359"
rx="0.6095587"
ry="0.7881301" />
<rect
style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1298"
width="30"
height="50"
x="348"
y="352.36218" />
<rect
style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1298-3"
width="30"
height="50"
x="385"
y="352.36218" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.12627614;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1281-0"
cx="-76"
cy="357.36218"
rx="0.57240754"
ry="0.80131632"
transform="scale(-1,1)" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:46.10214233px;line-height:0;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15255368"
x="394.6683"
y="328.84012"
id="text1917"
transform="scale(0.88318595,1.1322644)"
inkscape:transform-center-x="21.428571"
inkscape:transform-center-y="-18.571429"><tspan
sodipodi:role="line"
x="394.6683"
y="328.84012"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.29390621px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:1.15255368"
id="tspan1923">Pulse</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:45.52327728px;line-height:0;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.13808191"
x="443.62064"
y="324.72382"
id="text1917-9"
transform="scale(0.87109919,1.1479749)"><tspan
sodipodi:role="line"
x="443.62064"
y="324.72382"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.13954163px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:1.13808191"
id="tspan1948">Burst</tspan></text>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path5029-2"
d="m 150,287.36219 h 65"
style="fill:none;stroke:#000000;stroke-width:0.3933979;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-9)" />
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70710677px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 380,377.00505 h 5"
id="path1950"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path5942-4"
d="m 185,297.36219 v 25 h 30"
style="fill:none;stroke:#000000;stroke-width:0.70710677;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-4)" />
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 335,377.36219 h 10"
id="path1952"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.15264857;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1281-1-9"
cx="435.17859"
cy="377.36218"
rx="0.6095587"
ry="0.7881301" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="142.6066"
y="297.46115"
id="text1973"><tspan
sodipodi:role="line"
id="tspan1971"
x="142.6066"
y="297.46115"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">line_front_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="142.00505"
y="323.75815"
id="text1973-9"><tspan
sodipodi:role="line"
id="tspan1971-4"
x="142.00505"
y="323.75815"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">line_rear_i</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-8)"
d="m 204,296.36219 h 15"
id="path2025"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:46.10214233px;line-height:0;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15255368"
x="398.10553"
y="339.87997"
id="text1917-0"
transform="scale(0.88318595,1.1322644)"
inkscape:transform-center-x="21.428571"
inkscape:transform-center-y="-18.571429"><tspan
sodipodi:role="line"
x="398.10553"
y="339.87997"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.29390621px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:1.15255368"
id="tspan1923-2">gen</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:46.10214233px;line-height:0;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15255368"
x="442.38516"
y="340.19537"
id="text1917-3"
transform="scale(0.88318595,1.1322644)"
inkscape:transform-center-x="21.428571"
inkscape:transform-center-y="-18.571429"><tspan
sodipodi:role="line"
x="442.38516"
y="340.19537"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.29390621px;line-height:0;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:1.15255368"
id="tspan1923-25">ctrl</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.68313003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 185,297.36219 H 150"
id="path4862"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM-8-7)"
d="m 203,322.36219 h 15"
id="path2025-2"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
</g>
......
......@@ -9,39 +9,39 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="371.96677"
height="94.647644"
width="396.76456"
height="100.95749"
id="svg3259"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:version="0.92.1 r15371"
sodipodi:docname="pulse-cnt.svg">
<defs
id="defs3261">
<marker
inkscape:stockid="TriangleInM"
orient="auto"
refY="0.0"
refX="0.0"
refY="0"
refX="0"
id="TriangleInM"
style="overflow:visible">
<path
id="path3959"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(-0.4)" />
d="M -2.4618667,0 1.2288,-2.1333333 v 4.2666666 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.42666668pt"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="TriangleOutM"
orient="auto"
refY="0.0"
refX="0.0"
refY="0"
refX="0"
id="TriangleOutM"
style="overflow:visible">
<path
id="path3968"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.4)" />
d="M 2.4618667,0 -1.2288,2.1333333 v -4.2666666 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.42666668pt"
inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
......@@ -52,8 +52,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="186.56443"
inkscape:cy="51.781324"
inkscape:cx="144.49993"
inkscape:cy="47.106912"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
......@@ -63,10 +63,10 @@
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1855"
inkscape:window-height="1176"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-width="1920"
inkscape:window-height="1138"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
......@@ -76,10 +76,10 @@
enabled="true"
snapvisiblegridlinesonly="true"
units="mm"
spacingx="0.5mm"
spacingy="0.5mm"
originx="-30.163826mm"
originy="-190.85889mm" />
spacingx="1.8897638"
spacingy="1.8897638"
originx="-114.00501"
originy="-721.35643" />
</sodipodi:namedview>
<metadata
id="metadata3264">
......@@ -97,77 +97,39 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-106.8797,-281.44291)">
<rect
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect6649"
width="35.433071"
height="40.748032"
x="262.20471"
y="324.21259" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 274.60631,354.33068 -5.31497,0 10.62992,0 0,-19.48819 10.62992,0"
id="path6651"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 276.37795,345.47241 3.54331,-3.5433 3.54331,3.5433"
id="path6653"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
transform="translate(-114.00501,-300.20577)">
<rect
y="324.21259"
x="349.01575"
height="40.748032"
width="35.433071"
y="347.71652"
x="368.50394"
height="28.346453"
width="75.590546"
id="rect6857"
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.60910958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="351.02426"
y="351.87665"
id="text6864"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan6866"
x="351.02426"
y="351.87665"
style="font-size:20px;font-weight:normal">+1</tspan></text>
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path71899"
d="m 297.6378,334.8425 51.37795,0"
style="fill:#000000;fill-opacity:0;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
<text
sodipodi:linespacing="125%"
id="text72715"
y="324.21259"
x="131.10236"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans"
y="345.82675"
x="139.84251"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.06666672"
xml:space="preserve"><tspan
style="font-size:12px;font-weight:bold;text-align:end;text-anchor:end;fill:#808080;fill-opacity:1"
y="324.21259"
x="131.10236"
style="font-weight:bold;font-size:12.80000019px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;fill:#808080;fill-opacity:1;stroke-width:1.06666672"
y="345.82675"
x="139.84251"
id="tspan72717"
sodipodi:role="line">TTL</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;font-family:Sans"
x="131.10236"
y="373.81888"
id="text72724"
sodipodi:linespacing="125%"><tspan
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="139.84251"
y="398.74014"
id="text72724"><tspan
sodipodi:role="line"
id="tspan72726"
x="131.10236"
y="373.81888"
style="font-size:12px;font-weight:bold;text-align:end;text-anchor:end;fill:#808080;fill-opacity:1">Blo</tspan></text>
x="139.84251"
y="398.74014"
style="font-weight:bold;font-size:12.80000019px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;fill:#808080;fill-opacity:1;stroke-width:1.06666672">Blo</tspan></text>
<path
style="fill:none;stroke:#808080;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 171.85039,341.92911 -21.25984,0 0,-21.25984 -17.71654,0"
style="fill:none;stroke:#808080;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 183.30708,364.72438 H 160.62992 V 342.04722 H 141.73228"
id="path72681"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
......@@ -175,149 +137,157 @@
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path72683"
d="m 171.85039,349.01573 -21.25984,0 0,21.25984 -17.71654,0"
style="fill:none;stroke:#808080;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
d="m 183.30708,372.28345 h -22.67716 v 22.67716 h -18.89764"
style="fill:none;stroke:#808080;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 167.30708,336.87137 c 5.16063,6.88084 5.16063,10.32125 0,17.20209 12.04146,0 20.64251,0 25.80315,-8.60104 -5.16064,-8.60105 -13.76169,-8.60105 -25.80315,-8.60105 z"
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 178.46089,359.32946 c 5.50467,7.33956 5.50467,11.00933 0,18.3489 12.84422,0 22.01867,0 27.52336,-9.17445 -5.50469,-9.17445 -14.67914,-9.17445 -27.52336,-9.17445 z"
id="path3936"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 460.62992,310.03937 17.71653,0 0,65.55118 -150.59054,0 0,-21.25985 21.25984,0"
style="fill:none;stroke:#000000;stroke-width:0.63226563;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 487.55906,300.21707 h 18.89764 v 98.26772 H 345.82677 v -31.87062 h 22.67717"
id="path72701"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="133.92857"
y="317.36218"
id="text72703"
sodipodi:linespacing="125%"><tspan
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="142.85715"
y="338.51965"
id="text72703"><tspan
sodipodi:role="line"
id="tspan72705"
x="133.92857"
y="317.36218" /></text>
x="142.85715"
y="338.51965"
style="font-size:42.66666794px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672"> </tspan></text>
<rect
y="283.59109"
x="306.49606"
height="22.778404"
width="77.952759"
y="302.49716"
x="326.92914"
height="24.296965"
width="83.149612"
id="rect3008"
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.53333336;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="311.71658"
y="296.92563"
id="text3010"
sodipodi:linespacing="125%"><tspan
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="332.49768"
y="316.72067"
id="text3010"><tspan
sodipodi:role="line"
id="tspan3012"
x="311.71658"
y="296.92563"
style="font-size:12px;font-weight:bold">conv_regs</tspan></text>
x="332.49768"
y="316.72067"
style="font-weight:bold;font-size:12.80000019px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">conv_regs</tspan></text>
<g
id="g4443"
transform="translate(0,8.8582839)">
transform="translate(0,9.4488362)">
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 446.45669,334.84252 5.31496,-8.85827 5.31496,8.85827"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 476.22047,357.16535 5.66929,-9.44882 5.66929,9.44882"
id="path3794"
inkscape:connector-curvature="0" />
<rect
y="272.83463"
x="442.91339"
height="62.007889"
width="17.71653"
y="291.02359"
x="472.44095"
height="66.141747"
width="18.897633"
id="rect3019"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
style="fill:none;stroke:#000000;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#TriangleOutM)"
d="m 292.44242,28.236252 30.11812,0 0,-17.716534 26.5748,0"
style="fill:none;stroke:#000000;stroke-width:0.36514837;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 444.09449,366.61417 h 15.05906 v -18.89764 h 13.2874"
id="path3796"
inkscape:connector-curvature="0"
transform="translate(92.006394,315.46453)"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#TriangleOutM)"
d="m 384.44881,290.55118 56.69292,0"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#TriangleOutM)"
d="m 410.07873,309.92126 h 60.47245"
id="path3798"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM)"
d="m 386.22047,301.1811 54.92126,0"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM)"
d="m 411.9685,321.25984 h 58.58268"
id="path3800"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="439.37009"
y="288.77951"
id="text3813"
sodipodi:linespacing="125%"><tspan
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="468.66144"
y="308.03146"
id="text3813"><tspan
sodipodi:role="line"
id="tspan3815"
x="439.37009"
y="288.77951"
style="font-size:8px;text-align:end;text-anchor:end">load</tspan></text>
x="468.66144"
y="308.03146"
style="font-size:8.53333378px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672">load</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3821"
y="299.40945"
x="439.37009"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
y="319.37009"
x="468.66144"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
xml:space="preserve"><tspan
style="font-size:8px;text-align:end;text-anchor:end"
y="299.40945"
x="439.37009"
style="font-size:8.53333378px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672"
y="319.37009"
x="468.66144"
id="tspan3823"
sodipodi:role="line">val</tspan></text>
<rect
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect6886"
width="17.716543"
height="26.574816"
x="205.5118"
y="338.38577" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 205.5118,357.87399 3.5433,1.77165 -3.5433,1.77165"
id="path6888"
inkscape:connector-curvature="0"
id="path4439"
d="M 205.98425,368.50393 H 219.2126"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 302.36221,328.81889 h 18.89764"
id="path2155"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<rect
y="338.38577"
x="232.08661"
height="26.574816"
width="17.716543"
id="rect6890"
style="fill:#e5e5e5;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path6892"
d="m 232.08661,357.87399 3.5433,1.77165 -3.5433,1.77165"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.61245143px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 321.25985,353.38582 V 328.81889"
id="path2157"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 223.22834,345.47243 8.85827,0"
id="path7100"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.88982213px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 321.25985,353.8909 h 47.24409"
id="path2161"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path4439"
d="m 193.11023,345.47243 12.40158,0"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:nodetypes="cc" />
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 302.36221,328.81889 H 160.62992"
id="path64"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 249.80314,345.47243 12.40158,0"
id="path4441"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.18321514px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 160.62992,328.81889 v 13.22833"
id="path66"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40.26077271px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.00651932"
x="371.26611"
y="360.32593"
id="text70"
transform="scale(0.99352292,1.0065193)"><tspan
sodipodi:role="line"
x="371.26611"
y="360.32593"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8.00000002px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr;text-anchor:start;stroke-width:1.00651932"
id="tspan91">Fastevent counter</tspan></text>
<path
inkscape:connector-curvature="0"
id="path6892-6"
d="m 368.50394,370.3937 3.77952,2.83464 -3.77952,2.83465"
style="fill:none;stroke:#000000;stroke-width:0.65319759;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>
......@@ -9,7 +9,7 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="716.77557"
width="745.84247"
height="448.36121"
id="svg3599"
version="1.1"
......@@ -24,9 +24,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="144.57974"
inkscape:cy="226.15605"
inkscape:zoom="0.98994949"
inkscape:cx="686.39453"
inkscape:cy="132.42466"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
......@@ -51,8 +51,8 @@
units="mm"
spacingx="1.8897638"
spacingy="1.8897638"
originx="-124.86348"
originy="-734.87448" />
originx="-120.89993"
originy="-734.8745" />
</sodipodi:namedview>
<metadata
id="metadata3604">
......@@ -70,7 +70,7 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-124.86348,60.716061)">
transform="translate(-120.89993,60.716059)">
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 179.52756,158.74009 h 37.79527 v 17.00787 h 9.44882"
......@@ -112,8 +112,8 @@
<path
inkscape:connector-curvature="0"
id="path4403"
d="m 491.33858,234.33069 28.34645,-3e-5"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 444.09449,253.22831 75.59055,-3e-5"
style="fill:none;stroke:#000000;stroke-width:0.87092984;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<rect
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:0.53333336;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
......@@ -229,28 +229,17 @@
y="238.11018"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672">OGFoff</tspan></text>
<path
inkscape:connector-curvature="0"
id="path4564"
d="m 519.68498,287.24404 11.33858,7.55905 -11.33858,7.55906"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 340.15748,294.80313 H 179.52755"
style="fill:none;stroke:#000000;stroke-width:0.57848126;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 368.50394,294.80313 H 179.52755"
id="path4566"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 330.70866,294.80313 v 34.01572 h 179.52755 v -34.01572 h 9.44882"
style="fill:none;stroke:#000000;stroke-width:0.45736599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 330.64812,291.02357 v 24.9995 h 179.64274 v -24.9995 h 9.45489"
id="path4568"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<circle
id="path4614"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.53333336;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
cx="425.19684"
cy="328.81885"
r="1.8897637" />
<circle
id="path4618"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.53333336;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
......@@ -271,13 +260,13 @@
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="521.57483"
y="238.11018"
x="522.28912"
y="255.61018"
id="text4626"><tspan
sodipodi:role="line"
id="tspan4628"
x="521.57483"
y="238.11018"
x="522.28912"
y="255.61018"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">SGFoff</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
......@@ -344,103 +333,103 @@
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text424"
x="519.685"
y="328.81885">
x="215.19153"
y="335.13867">
<tspan
id="tspan426"
sodipodi:role="line"
y="328.81885"
x="519.685 525.82904 532.82635"
y="335.13867"
x="215.19153 221.33557 228.33289"
style="font-variant:normal;font-weight:bold;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans Bold';-inkscape-font-specification:DejaVuSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">SGFon</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text428"
x="555.59058"
y="328.81885">
x="251.09711"
y="335.13867">
<tspan
id="tspan430"
sodipodi:role="line"
y="328.81885"
x="555.59058 558.67108 561.37616 566.78625 570.13983 575.3623 578.87799 582.23163 584.93665 591.91693 597.32709 602.57507 607.98523 610.69031 616.1004 618.46411 620.81934 624.17297 628.86627 634.27643 636.98145 642.35748 644.72125 648.06628 653.31427 656.83002 659.54364 661.8988 666.34467 669.04974 674.29773 679.70789 684.93878 690.34888 692.7041 697.95209"
y="335.13867"
x="251.09711 254.17761 256.88269 262.29279 265.64636 270.86884 274.38452 277.73816 280.44318 287.42346 292.83362 298.0816 303.49176 306.19684 311.60693 313.97064 316.32587 319.6795 324.3728 329.78296 332.48798 337.86401 340.22778 343.57281 348.8208 352.33655 355.05017 357.40533 361.8512 364.55627 369.80426 375.21442 380.44531 385.85541 388.21063 393.45862"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">- Start when glitch filter is enabled</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text432"
x="519.685"
y="319.37003">
x="215.19153"
y="325.68985">
<tspan
id="tspan434"
sodipodi:role="line"
y="319.37003"
x="519.685 525.82904 532.82635"
y="325.68985"
x="215.19153 221.33557 228.33289"
style="font-variant:normal;font-weight:bold;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans Bold';-inkscape-font-specification:DejaVuSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">SGFoff</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text436"
x="555.59058"
y="319.37003">
x="251.09711"
y="325.68985">
<tspan
id="tspan438"
sodipodi:role="line"
y="319.37003"
x="555.59058 558.67108 561.37616 566.78625 570.13983 575.3623 578.87799 582.23163 584.93665 591.91693 597.32709 602.57507 607.98523 610.69031 616.1004 618.46411 620.81934 624.17297 628.86627 634.27643 636.98145 642.35748 644.72125 648.06628 653.31427 656.83002 659.54364 661.8988 666.34467 669.04974 674.45984 676.82355 681.26093 686.49188 691.90198 694.2572 699.50513"
y="325.68985"
x="251.09711 254.17761 256.88269 262.29279 265.64636 270.86884 274.38452 277.73816 280.44318 287.42346 292.83362 298.0816 303.49176 306.19684 311.60693 313.97064 316.32587 319.6795 324.3728 329.78296 332.48798 337.86401 340.22778 343.57281 348.8208 352.33655 355.05017 357.40533 361.8512 364.55627 369.96637 372.33008 376.76746 381.99841 387.40851 389.76373 395.01166"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">- Start when glitch filter is disabled</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text440"
x="519.685"
y="347.71646">
x="215.19153"
y="354.03632">
<tspan
id="tspan442"
sodipodi:role="line"
y="347.71646"
x="519.685 526.93835 533.93567"
y="354.03632"
x="215.19153 222.44489 229.4422"
style="font-variant:normal;font-weight:bold;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans Bold';-inkscape-font-specification:DejaVuSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">OGFon</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text444"
x="555.59058"
y="347.71646">
x="251.09711"
y="354.03632">
<tspan
id="tspan446"
sodipodi:role="line"
y="347.71646"
x="555.59058 558.66254 561.36761 568.08337 573.49347 576.84705 582.2572 587.66736 591.01245 593.72601 600.69781 606.10797 611.3559 616.76599 619.47961 624.88977 627.245 629.60864 632.9538 637.64709 643.05725 645.77081 651.14679 653.50201 656.85565 662.10364 665.61932 668.3244 670.68817 675.12543 677.83911 683.08704 688.49719 693.71967 699.12976 701.49347 706.74146"
y="354.03632"
x="251.09711 254.16907 256.87415 263.5899 269 272.35358 277.76373 283.17389 286.51898 289.23254 296.20435 301.6145 306.86243 312.27252 314.98615 320.3963 322.75153 325.11517 328.46033 333.15363 338.56378 341.27734 346.65332 349.00854 352.36218 357.61017 361.12585 363.83093 366.1947 370.63196 373.34564 378.59357 384.00372 389.2262 394.63629 397 402.24799"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">- Output when glitch filter is enabled</tspan>
<tspan
sodipodi:role="line"
y="347.71646 347.71646"
x="555.59058 555.59058 558.66254 561.36761 568.08337 573.49347 576.84705 582.2572 587.66736 591.01245 593.72601 600.69781 606.10797 611.3559 616.76599 619.47961 624.88977 627.245 629.60864 632.9538 637.64709 643.05725 645.77081 651.14679 653.50201 656.85565 662.10364 665.61932 668.3244 670.68817 675.12543 677.83911 683.08704 688.49719 693.71967 699.12976 701.49347 706.74146"
y="354.03632 354.03632"
x="251.09711 251.09711 254.16907 256.87415 263.5899 269 272.35358 277.76373 283.17389 286.51898 289.23254 296.20435 301.6145 306.86243 312.27252 314.98615 320.3963 322.75153 325.11517 328.46033 333.15363 338.56378 341.27734 346.65332 349.00854 352.36218 357.61017 361.12585 363.83093 366.1947 370.63196 373.34564 378.59357 384.00372 389.2262 394.63629 397 402.24799"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672"
id="tspan3115"> </tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text448"
x="519.685"
y="338.26764">
x="215.19153"
y="344.58746">
<tspan
id="tspan450"
sodipodi:role="line"
y="338.26764"
x="519.685 526.93835 533.93567"
y="344.58746"
x="215.19153 222.44489 229.4422"
style="font-variant:normal;font-weight:bold;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans Bold';-inkscape-font-specification:DejaVuSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">OGFoff</tspan>
</text>
<text
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672"
id="text452"
x="555.59058"
y="338.26764">
x="251.09711"
y="344.58746">
<tspan
id="tspan454"
sodipodi:role="line"
y="338.26764"
x="555.59058 558.66254 561.36761 568.08337 573.49347 576.84705 582.2572 587.66736 591.01245 593.72601 600.69781 606.10797 611.3559 616.76599 619.47961 624.88977 627.245 629.60864 632.9538 637.64709 643.05725 645.77081 651.14679 653.50201 656.85565 662.10364 665.61932 668.3244 670.68817 675.12543 677.83911 683.24921 685.60443 690.05023 695.27271 700.6828 703.04657 708.29456"
y="344.58746"
x="251.09711 254.16907 256.87415 263.5899 269 272.35358 277.76373 283.17389 286.51898 289.23254 296.20435 301.6145 306.86243 312.27252 314.98615 320.3963 322.75153 325.11517 328.46033 333.15363 338.56378 341.27734 346.65332 349.00854 352.36218 357.61017 361.12585 363.83093 366.1947 370.63196 373.34564 378.75574 381.11096 385.55676 390.77924 396.18933 398.5531 403.80109"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672">- Output when glitch filter is disabled</tspan>
</text>
<text
......@@ -465,45 +454,12 @@
id="tspan3079"
sodipodi:role="line"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672">gf_en_n_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="343.93698"
y="266.45667"
id="text3081"><tspan
sodipodi:role="line"
id="tspan3083"
x="343.93698"
y="266.45667"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">EN</tspan></text>
<path
inkscape:connector-curvature="0"
id="path3085"
d="m 330.70866,262.67712 h 9.44881"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 345.82678,262.02467 h 22.67716"
style="fill:none;stroke:#000000;stroke-width:0.82623678;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="279.68503"
y="277.79523"
id="text3087"><tspan
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672"
sodipodi:role="line"
id="tspan3089"
x="279.68503"
y="277.79523">gf_en_n_i</tspan></text>
<text
id="text3091"
y="266.45667"
x="438.4252"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
xml:space="preserve"><tspan
y="266.45667"
x="438.4252"
id="tspan3093"
sodipodi:role="line"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">EN</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 633.07087,153.07082 H 311.81103"
......@@ -513,12 +469,12 @@
<circle
id="path3907"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.53333336;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
cx="330.70865"
cx="322.13721"
cy="153.07082"
r="1.8897637" />
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 330.70866,153.07082 v 81.25984 h 9.44882"
style="fill:none;stroke:#000000;stroke-width:1.25846648;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 321.25985,153.29127 v 90.48819 h 47.24409"
id="path3909"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
......@@ -547,70 +503,64 @@
sodipodi:nodetypes="cc" />
<text
id="text3099"
y="266.45663"
x="602.83466"
y="266.9617"
x="679.60626"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
xml:space="preserve"><tspan
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672"
y="266.45663"
x="602.83466"
y="266.9617"
x="679.60626"
id="tspan3101"
sodipodi:role="line">ERROR</tspan></text>
sodipodi:role="line">Gen Err</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="769.13385"
y="266.45663"
x="765.59833"
y="264.43634"
id="text3109"><tspan
sodipodi:role="line"
id="tspan3111"
x="769.13385"
y="266.45663"
x="765.59833"
y="264.43634"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">pulse_err_p_o</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 604.72441,262.67711 H 765.35433"
id="path3113"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<text
y="359.05508"
x="519.685"
y="365.37491"
x="215.19153"
id="text3117"
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672">
<tspan
style="font-variant:normal;font-weight:bold;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans Bold';-inkscape-font-specification:DejaVuSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672"
sodipodi:role="line"
id="tspan3119"
x="519.685"
y="359.05508">ERROR</tspan>
x="215.19153"
y="365.37491">ERROR</tspan>
</text>
<text
y="359.05508"
x="555.59058"
y="365.37491"
x="251.09711"
id="text3137"
style="font-size:12.80000019px;line-height:0%;stroke-width:1.06666672">
<tspan
id="tspan3141"
style="font-variant:normal;font-weight:normal;font-size:8.53333378px;line-height:1.25;font-family:'DejaVu Sans';-inkscape-font-specification:DejaVuSans;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06666672"
x="555.59058 555.59058 555.59058 555.59058 555.59058 558.66254 561.36761 568.08337 573.49347 576.84705 582.2572 587.66736 591.01245 593.72601 600.69781 606.10797 611.3559 616.76599 619.47961 624.88977 627.245 629.60864 632.9538 637.64709 643.05725 645.77081 651.14679 653.50201 656.85565 662.10364 665.61932 668.3244 670.68817 675.12543 677.83911 683.08704 688.49719 693.71967 699.12976 701.49347 706.74146"
y="359.05508 359.05508 359.05508 359.05508 359.05508"
x="251.09711 251.09711 251.09711 251.09711 251.09711 254.16907 256.87415 263.5899 269 272.35358 277.76373 283.17389 286.51898 289.23254 296.20435 301.6145 306.86243 312.27252 314.98615 320.3963 322.75153 325.11517 328.46033 333.15363 338.56378 341.27734 346.65332 349.00854 352.36218 357.61017 361.12585 363.83093 366.1947 370.63196 373.34564 378.59357 384.00372 389.2262 394.63629 397 402.24799"
y="365.37491 365.37491 365.37491 365.37491 365.37491"
sodipodi:role="line"> </tspan>
</text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
x="555.59058"
y="359.05508"
x="251.09711"
y="365.37491"
id="text3145"><tspan
sodipodi:role="line"
id="tspan3147"
x="555.59058"
y="359.05508"
x="251.09711"
y="365.37491"
style="font-size:8.53333378px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672">- Pulse arrived within one pulse period of</tspan><tspan
sodipodi:role="line"
x="555.59058"
y="369.72174"
x="251.09711"
y="376.04156"
style="font-size:8.53333378px;line-height:1.25;font-family:sans-serif;stroke-width:1.06666672"
id="tspan3149">a previous pulse</tspan></text>
<rect
......@@ -747,12 +697,6 @@
id="path3936"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<circle
style="fill:none;stroke:#000000;stroke-width:0.5333333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3787"
cx="309.92126"
cy="266.45663"
r="1.8897635" />
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 228.66141,126.6141 h 17.00788 v 26.4567 h 9.44881"
......@@ -763,12 +707,6 @@
d="m 245.66929,179.52751 h 9.44881"
id="path3902"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path3913"
d="m 311.81102,253.22829 c 0,9.44881 0,9.44881 0,18.89763 12.84422,0 18.89764,-3.77952 18.89764,-9.44882 0,-5.66929 -6.05342,-9.44881 -18.89764,-9.44881 z"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
id="path3915"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
......@@ -789,23 +727,222 @@
<text
id="text3925"
y="253.22829"
x="279.68503"
x="247.36015"
style="font-style:normal;font-weight:normal;font-size:12.80000019px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.06666672"
xml:space="preserve"><tspan
y="253.22829"
x="279.68503"
x="247.36015"
id="tspan3927"
sodipodi:role="line"
style="font-size:10.66666698px;line-height:1.25;font-family:sans-serif;text-align:end;text-anchor:end;stroke-width:1.06666672">en_i</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 283.46457,249.44875 h 9.44882 v 9.44882 h 18.89763"
style="fill:none;stroke:#000000;stroke-width:0.92376059;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 255.11811,253.22828 h 28.34647 v 9.44882 h 56.69291"
id="path3939"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 308.03149,266.45662 h -15.1181 v 9.44882 h -9.44882"
style="fill:none;stroke:#000000;stroke-width:0.00038104;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 750.67232,262.67711 h -37.48217 v 0 h -23.42636"
id="path3941"
inkscape:connector-curvature="0" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.14128911;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2298"
width="75.59053"
height="75.590561"
x="368.50394"
y="234.33064" />
<path
inkscape:connector-curvature="0"
id="path4564-0"
d="m 368.50394,287.24403 11.33858,7.55905 -11.33858,7.55906"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="2.6917913"
inkscape:transform-center-y="2.5253814" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="371.13422"
y="230.54254"
id="text2875"><tspan
sodipodi:role="line"
id="tspan2873"
x="371.13422"
y="230.54254"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">gc_sync_ffs</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="370.20483"
y="265.05484"
id="text2879"><tspan
sodipodi:role="line"
id="tspan2877"
x="370.20483"
y="265.05484"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">rst_n_i</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.72867203;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 274.01575,243.77946 h 17.63781 v 9.44882 h 35.27558"
id="path3939-0"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="224.30846"
y="243.75618"
id="text2898"><tspan
sodipodi:role="line"
id="tspan2896"
x="224.30846"
y="243.75618"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">rst_n_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="369.60107"
y="246.66197"
id="text2902"><tspan
sodipodi:role="line"
id="tspan2900"
x="369.60107"
y="246.66197"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">data_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="405.19162"
y="255.7227"
id="text2902-9"><tspan
sodipodi:role="line"
id="tspan2900-8"
x="405.19162"
y="255.7227"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">data_o</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="394.83447"
y="278.3858"
id="text2902-5"><tspan
sodipodi:role="line"
id="tspan2900-2"
x="394.83447"
y="278.3858"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">npulse_o</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="394.47729"
y="290.49777"
id="text2902-3"><tspan
sodipodi:role="line"
id="tspan2900-0"
x="394.47729"
y="290.49777"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">ppulse_o</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.79056942px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 444.09449,275.90544 h 47.2441"
id="path2938"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.61237252px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 444.09448,287.24403 h 28.34647"
id="path2938-9"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.96609175px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 472.44095,287.24403 v 79.37008"
id="path2955"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.01653004px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 472.44095,366.61411 H 765.35434"
id="path2957"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.85634881px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 491.33859,275.90544 v 62.36221"
id="path2955-3"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.98319209px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 491.33859,338.26765 H 765.35434"
id="path2957-8"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3908-9"
cx="746.87628"
cy="337.0477"
r="3.7795241" />
<circle
id="path3906-1"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.06666672;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="746.58105"
cy="365.92868"
r="3.7795241" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="768.23718"
y="368.12933"
id="text3021"><tspan
sodipodi:role="line"
id="tspan3019"
x="768.23718"
y="368.12933"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">pulse_r_edge_p_o</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="767.98083"
y="340.07816"
id="text3021-1"><tspan
sodipodi:role="line"
id="tspan3019-8"
x="767.98083"
y="340.07816"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">pulse_f_edge_p_o</tspan></text>
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.58423746;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 326.92914,249.44877 c 0,11.33857 0,11.33857 0,22.67716 12.84422,0 18.89764,-4.53543 18.89764,-11.33859 0,-6.80315 -6.05342,-11.33857 -18.89764,-11.33857 z"
id="path3936-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<rect
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:0.29211882;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4423-8"
width="56.692913"
height="28.346479"
x="633.07086"
y="253.22829" />
<path
inkscape:connector-curvature="0"
id="path4564-0-4"
d="m 633.07087,272.12593 9.44882,4.7244 -9.44882,4.72442"
style="fill:none;stroke:#000000;stroke-width:0.3849003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="2.2431652"
inkscape:transform-center-y="1.5783693" />
<path
inkscape:connector-curvature="0"
id="path4564-0-7"
d="m 519.68504,294.80309 11.33858,7.55905 -11.33858,7.55906"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="2.6917913"
inkscape:transform-center-y="2.5253814" />
<path
style="fill:none;stroke:#000000;stroke-width:0.36499763;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 765.35436,262.67711 H 690.12124"
id="path4566-5-8-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="463.50861mm"
height="146.59148mm"
viewBox="0 0 463.5086 146.59146"
version="1.1"
id="svg8"
inkscape:version="0.92.1 r15371"
sodipodi:docname="pulse-out-select.svg">
<defs
id="defs2">
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path4494"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt"
transform="matrix(-0.8,0,0,-0.8,-10,0)"
inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="1801.8436"
inkscape:cy="485.68468"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1138"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4485"
originx="169.97824"
originy="-174.93896" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(169.97825,24.530488)">
<rect
style="fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
id="rect4487"
width="47.625"
height="21.166666"
x="26.458332"
y="58.875" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.2898432;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4769"
width="121.99482"
height="17.673395"
x="-169.33333"
y="16.541666" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-163.6637"
y="27.124998"
id="text4773"><tspan
sodipodi:role="line"
id="tspan4771"
x="-163.6637"
y="27.124998"
style="stroke-width:0.26458332">cmp_pulse_gen_cont</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.2898432;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4769-3"
width="121.99482"
height="17.673395"
x="-169.33333"
y="58.875" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.2898432;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4769-0"
width="121.99482"
height="17.673395"
x="-169.33333"
y="101.20834" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-164.04167"
y="70.214294"
id="text4773-6"><tspan
sodipodi:role="line"
id="tspan4771-8"
x="-164.04167"
y="70.214294"
style="stroke-width:0.26458332">cmp_pulse_gen_lg</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-164.41965"
y="112.54763"
id="text4773-4"><tspan
sodipodi:role="line"
id="tspan4771-5"
x="-164.41965"
y="112.54763"
style="stroke-width:0.26458332">cmp_pulse_gen_sh</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.2898432;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4769-3-7"
width="121.99482"
height="17.673395"
x="-31.75"
y="58.875" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-26.458344"
y="70.214294"
id="text4773-6-6"><tspan
sodipodi:role="line"
id="tspan4771-8-9"
x="-26.458344"
y="70.214294"
style="stroke-width:0.26458332">cmp_burst_ctrl_lg</tspan></text>
<rect
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.2898432;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4769-3-2"
width="121.99482"
height="17.673395"
x="-31.75"
y="101.20834" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-26.458344"
y="112.54763"
id="text4773-6-68"><tspan
sodipodi:role="line"
id="tspan4771-8-4"
x="-26.458344"
y="112.54763"
style="stroke-width:0.26458332">cmp_burst_ctrl_sh</tspan></text>
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54424798;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 148.16667,58.87498 c 0,10.290242 0,10.290242 0,20.580534 12.28158,0 18.06981,-4.116079 18.06981,-10.290292 0,-6.174163 -5.78823,-10.290242 -18.06981,-10.290242 z"
id="path3936"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54424804;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 148.16667,101.20831 c 0,10.29025 0,10.29025 0,20.58055 12.28158,0 18.06981,-4.11608 18.06981,-10.2903 0,-6.17416 -5.78823,-10.29025 -18.06981,-10.29025 z"
id="path3936-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.51524103;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 179.91667,81.496814 c 4.78239,7.88459 4.78239,11.82687 0,19.711496 11.15891,0 19.12958,0 23.91198,-9.855766 -4.7824,-9.85573 -12.75307,-9.85573 -23.91198,-9.85573 z"
id="path3936-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<g
transform="matrix(1.9565888,0,0,2.2186896,-577.98755,-233.66544)"
id="g3985">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3176"
d="m 406.47996,109.84255 v 42.51968 l 10.62993,-5.31497 V 115.1575 l -10.62993,-5.31495"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<text
id="text3178"
y="144.01578"
x="409.17969"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
style="font-size:10px;line-height:1.25;font-family:sans-serif"
y="147.46375"
x="409.17969"
id="tspan3180"
sodipodi:role="line" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
x="409.25195"
y="126.01577"
id="text3182"><tspan
sodipodi:role="line"
id="tspan3184"
x="409.25195"
y="129.46373"
style="font-size:10px;line-height:1.25;font-family:sans-serif" /></text>
</g>
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 227.54166,16.541645 v -31.75"
id="path349"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05035007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 227.54166,-15.208353 H 63.499997"
id="path351"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.73762257,0,0,0.73604762,10.193742,12.187145)"
id="g3783">
<path
inkscape:connector-curvature="0"
id="path3785"
d="M 151.1811,120.94485 V 139.8425 L 170.07874,128.50391 151.1811,117.16533 Z"
style="fill:none;stroke:#000000;stroke-width:0.53333336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
id="path3787"
style="fill:none;stroke:#000000;stroke-width:0.5333333;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="172.30107"
cy="128.50392"
r="1.8897635" />
</g>
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 89.958333,117.08331 H 148.16667"
id="path476"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 89.958333,71.275476 H 148.16667"
id="path478"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 148.16667,64.166647 h -47.625"
id="path480"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 137.58333,106.68897 h 10.58334"
id="path484"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 121.70833,106.5537 H 100.54167"
id="path486"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 100.54167,106.5537 V 0.66664702"
id="path488"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 100.54167,0.66664702 H 63.499997"
id="path490"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 166.6875,69.458314 h 2.64583"
id="path492"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.18708865px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 166.6875,111.79165 h 2.64583"
id="path494"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 169.33333,69.458313 V 85.333314"
id="path496"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.18708865px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 166.6875,111.79165 h 2.64583"
id="path500"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 179.91667,85.333313 -10.58334,10e-7"
id="path502"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 179.91667,95.916646 -10.58334,10e-7"
id="path504"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 169.33333,111.79165 V 95.916646"
id="path506"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.33777398;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 203.72917,90.62498 h 13.22915"
id="path1323"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.4866142;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 216.95832,29.770813 H -47.625002"
id="path1325"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-10.263687"
y="-16.489635"
id="text1379"><tspan
sodipodi:role="line"
id="tspan1377"
x="-10.263687"
y="-16.489635"
style="stroke-width:0.26458332">burst_en_n_i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-49.457012"
y="2.0043342"
id="text1383"><tspan
sodipodi:role="line"
id="tspan1381"
x="-49.457012"
y="2.0043342"
style="stroke-width:0.26458332">pulse_width_sel_n_i</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -47.625012,69.458306 c 15.875,0 15.875,0 15.875,0"
id="path1391"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -47.625012,111.79164 c 15.875,0 15.875,0 15.875,0"
id="path1393"
inkscape:connector-curvature="0" />
<flowRoot
xml:space="preserve"
id="flowRoot1395"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.53622997,0,0,0.46609096,-349.78457,-360.26318)"><flowRegion
id="flowRegion1397"><rect
id="rect1399"
width="160"
height="140"
x="1062.4375"
y="815.23322" /></flowRegion><flowPara
id="flowPara1401">1</flowPara></flowRoot> <flowRoot
xml:space="preserve"
id="flowRoot1395-1"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
transform="matrix(0.53622996,0,0,0.46609095,-349.52135,-302.37449)"><flowRegion
id="flowRegion1397-5"><rect
id="rect1399-1"
width="160"
height="140"
x="1062.4375"
y="815.23322" /></flowRegion><flowPara
id="flowPara1401-1">0</flowPara></flowRoot> <text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="252.92818"
y="61.01313"
id="text1178"><tspan
sodipodi:role="line"
id="tspan1176"
x="252.92818"
y="61.01313"
style="stroke-width:0.26458332">pulse_o</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 238.12497,58.874943 h 13.22917"
id="path1180"
inkscape:connector-type="polyline"
inkscape:connector-curvature="0" />
</g>
</svg>
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