I'm using the tikz-timing package to do some timing diagrams, but it seems that it has an upper limit of 25 clock cycles.
While
\documentclass[a4paper]{article}
\usepackage{tikz-timing}
\begin{document}
\begin{tikztimingtable}
clk & 50{C} \\
temp & 25{HL} \\
\end{tikztimingtable}%
\end{document}
works just fine, but if I change to
\documentclass[a4paper]{article}
\usepackage{tikz-timing}
\begin{document}
\begin{tikztimingtable}
clk & 51{C} \\
temp & 25{HL} \\
\end{tikztimingtable}%
\end{document}
I get a "giving up on this path. did you forget a semicolon?" error. Anybody know how to do longer timing diagrams?
TL2012, tikz-timing v0.7d– hpesoj626 Dec 13 '12 at 10:58/opt/texliveso that it won't be conflicting with the Fedora's packaging system. The updating of the Texlive distrib is done with their tool. – Lionel MANSUY Dec 13 '12 at 15:47