Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
e19e1bda
Commit
e19e1bda
authored
Aug 22, 2016
by
Christian Fibich
Committed by
Stefan Tauner
May 04, 2018
Browse files
Add tikz timing diagram, cropped pattern image
parent
5ab80c56
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/technical_reference_manual/fiji_trm.tex
View file @
e19e1bda
...
...
@@ -225,6 +225,8 @@
decorations.pathreplacing,
%
decorations.markings,
%
shadows
}
\usepackage
{
tikz-timing
}
\usetikztiminglibrary
{
overlays
}
\usepackage
{
bytefield
}
\DeclareMathDelimiter
{
\bsp
}{
\mathopen
}
{
symbols
}{
"00
}{
symbols
}{
"00
}
...
...
docs/technical_reference_manual/img/Pattern.pdf
100755 → 100644
View file @
e19e1bda
No preview for this file type
docs/technical_reference_manual/img/fault_modes.tex
0 → 100644
View file @
e19e1bda
\begin{tikztimingtable}
[timing/slope=.2,timing/wscale=1.5,timing/rowdist=2.5,
original/.style=
{
draw=gray!80!black,dashed
}
]
Clock
&
CCCN(A1)CCCCCCCCCCN(B1)CCC
\\
FI enable
&
LLLN(A2)HHHHHHHHHHN(B2)LLL
\\
Original
&
HHHN(A3)LLHHHHLLHHN(B3)HHL
\\
Stuck at 0
&
HHHN(A4)O
{
;[original]LLHHHHLLHHN
}{
;LLLLLLLLLLN
}
(B4)HHL
\\
Stuck at 1
&
HHHN(A5)O
{
;[original]LLHHHHLLHHN
}{
;HHHHHHHHHHN
}
(B5)HHL
\\
Delay
&
HHHN(A6)O
{
;[original]LLHHHHLLHHN
}{
;LLLLHHHHLLN
}
(B6)HHL
\\
SEU
&
HHHN(A7)O
{
;[original]LLHHHHLLHHN
}{
;HHHHHHLLHHN
}
(B7)HHL
\\
Stuck open
&
HHHN(A8)O
{
;[original]LLHHHHLLHHN
}{
;HHLLHHLLLLN
}
(B8)HHL
\\
\extracode
\begin{pgfonlayer}
{
background
}
\foreach
\n
in
{
3,...,
\nrows
}
\draw
[fill=white!80!gray,draw=none]
(row
\n
.north -| A
\n
) rectangle (row
\n
.south -| B
\n
);
\vertlines
[dotted]
{
1.5,4.5 ,...,22.5
}
\end{pgfonlayer}
\end{tikztimingtable}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment