Skip to content

Commit d587c53

Browse files
committed
Updated tutorial for new common demo scripts
1 parent 983d720 commit d587c53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/tutorial/DESim_Tutorial.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ \section{Getting Started}
203203
some {\it ModelSim} commands. The {\it run\_compile.bat} script for Windows is shown below
204204
(the {\it run\_compile.sh} script for Linux is similar):
205205

206-
\lstinputlisting[language=command.com]{../../demos/addern/sim/run_compile.bat}
206+
\lstinputlisting[language=command.com]{../../demos/common/sim/run_compile.bat}
207207

208208
The script executes the {\it vlib} command, which is part of the {\it ModelSim/Questa} software,
209209
to create a \texttt{work} folder (while first deleting this folder if it already exists).
@@ -267,9 +267,9 @@ \section{Getting Started}
267267
\texttt{Start Simulation} command in the {\it DESim} GUI. This command executes a script
268268
called {\it run\_sim}, which is found in the \texttt{sim} folder of the
269269
{\it addern} project. This script runs {\it vsim}, the {\it ModelSim/Questa} Verilog
270-
simulator, using the command:
270+
simulator, using one of the commands:
271271

272-
\lstinputlisting[language=command.com]{../../demos/addern/sim/run_sim.bat}
272+
\lstinputlisting[language=command.com]{../../demos/common/sim/run_sim.bat}
273273

274274
The \texttt{-pli} argument for the {\it vsim} program instructs it to link to the
275275
{\it sim\_fpga} software function that has been (previously) compiled into the
@@ -488,7 +488,7 @@ \section{Simulating a Circuit that Includes a Memory Module}
488488
is in its \texttt{sim} folder. This {\it Windows} batch script is shown below (the {\it Linux}
489489
shell script is similar):
490490

491-
\lstinputlisting[language=command.com]{../../demos/display/sim/run_compile.bat}
491+
\lstinputlisting[language=command.com]{../../demos/common/sim/run_compile.bat}
492492

493493
Lines 1 to 3 are used to copy the memory initialization file,
494494
{\it inst\_mem.mif}, from the \texttt{display} project folder into the \texttt{sim}
@@ -614,8 +614,8 @@ \section{Troubleshooting Problems with the {\it DESim} Software}
614614

615615
\item If you click on the \texttt{Start Simulation} command in the {\it DESim} GUI,
616616
an error message such as \red{Load of "./simfpga.vpi" failed: Bad DLL Format} might happen.
617-
This error occurs if the \it{./simfpga.vpi} DLL is not compatible with the installed simulator.
618-
Make sure that you are using the corresponding \it{./simfpga.vpi} DLL generated for
617+
This error occurs if the {\it ./simfpga.vpi} DLL is not compatible with the installed simulator.
618+
Make sure that you are using the corresponding {\it ./simfpga.vpi} DLL generated for
619619
{\it ModelSim} when using the {\it ModelSim} simulator, and the one generated for
620620
{\it Questa} when using the {\it Questa} simulator. They can be found in the corresponding
621621
demo directories. If the error is still present, verify that the correct version of the

0 commit comments

Comments
 (0)