diff options
Diffstat (limited to 'DigME.tex')
-rw-r--r-- | DigME.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ In the VIVADO IDE under the package view, multifunction pins display as part of \subsection{XDC file format} -XDC files are basically a set of TCL commands. A command takes come arguments, and if the argument starts with a dash `\texttt{-}' it's an option. Curly brackets `\texttt{\{ \}}' are used to group things. Commands can be nested using square brackets `\texttt{[ ]}' (executes what is in the brackets and give it to the external command). Comment lines start with a `\texttt{\#}', long lines are extended with `\texttt{\textbackslash}'. +XDC files are basically a set of TCL commands. A command takes come arguments, and if the argument starts with a dash `\texttt{-}' it's an option. Curly brackets `\texttt{\{ \}}' are used to group things. Commands can be nested using square brackets `\texttt{[ ]}' (executes what is in the brackets and give it to the outer command). Comment lines start with a `\texttt{\#}', long lines are extended with `\texttt{\textbackslash}'. \subsubsection{Specify properties} |