Tagged Questions
1
vote
1answer
342 views
Complicated Tikz logic drawing
This is a follow-up to this question Complicated logic circuit drawing with Tikz - two input buffer gate?
Any ideas how can I draw this next element IODELAY2, should I use Resistance symbol?
For me ...
6
votes
1answer
220 views
How to make my logic circuit drawn by circuitikz look nicer?
\documentclass{article}
\usepackage{circuitikz}
\begin{document}
\begin{circuitikz} \draw
(0,3) node[not port] (mynot1) {}
(mynot1.in) node[anchor=east] {$r$}
(mynot1.out) node[anchor=south] ...