@@ -203,7 +203,7 @@ \section{Getting Started}
203
203
some {\it ModelSim} commands. The {\it run\_ compile.bat} script for Windows is shown below
204
204
(the {\it run\_ compile.sh} script for Linux is similar):
205
205
206
- \lstinputlisting [language=command.com]{../../demos/addern /sim/run_compile.bat}
206
+ \lstinputlisting [language=command.com]{../../demos/common /sim/run_compile.bat}
207
207
208
208
The script executes the {\it vlib} command, which is part of the {\it ModelSim/Questa} software,
209
209
to create a \texttt {work } folder (while first deleting this folder if it already exists).
@@ -267,9 +267,9 @@ \section{Getting Started}
267
267
\texttt {Start Simulation } command in the {\it DESim} GUI. This command executes a script
268
268
called {\it run\_ sim}, which is found in the \texttt {sim } folder of the
269
269
{\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 :
271
271
272
- \lstinputlisting [language=command.com]{../../demos/addern /sim/run_sim.bat}
272
+ \lstinputlisting [language=command.com]{../../demos/common /sim/run_sim.bat}
273
273
274
274
The \texttt {-pli } argument for the {\it vsim} program instructs it to link to the
275
275
{\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}
488
488
is in its \texttt {sim } folder. This {\it Windows} batch script is shown below (the {\it Linux}
489
489
shell script is similar):
490
490
491
- \lstinputlisting [language=command.com]{../../demos/display /sim/run_compile.bat}
491
+ \lstinputlisting [language=command.com]{../../demos/common /sim/run_compile.bat}
492
492
493
493
Lines 1 to 3 are used to copy the memory initialization file,
494
494
{\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}
614
614
615
615
\item If you click on the \texttt {Start Simulation } command in the {\it DESim} GUI,
616
616
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
619
619
{\it ModelSim} when using the {\it ModelSim} simulator, and the one generated for
620
620
{\it Questa} when using the {\it Questa} simulator. They can be found in the corresponding
621
621
demo directories. If the error is still present, verify that the correct version of the
0 commit comments