[Edumips64-commit] SF.net SVN: edumips64:[600] paper/ieee-tedu
Brought to you by:
lupino3
|
From: <sv...@ed...> - 2011-06-03 08:23:50
|
Revision: 600
https://www.edumips.org/changeset/600
Author: dpatti
Date: 2011-06-03 10:23:43 +0200 (Fri, 03 Jun 2011)
Log Message:
-----------
- Fixed reference
Modified Paths:
--------------
paper/ieee-tedu/edumips-description.tex
paper/ieee-tedu/teaching.tex
Modified: paper/ieee-tedu/edumips-description.tex
===================================================================
--- paper/ieee-tedu/edumips-description.tex 2011-06-03 07:53:55 UTC (rev 599)
+++ paper/ieee-tedu/edumips-description.tex 2011-06-03 08:23:43 UTC (rev 600)
@@ -59,6 +59,7 @@
operations, and provides support for maskable synchronous exceptions.
\subsection{The User Interface}
+\label{subsec:gui}
The user interface of \EM{} is similar to the one provided by WinMIPS64
\cite{winmips-web} and WinDLX \cite{windlx-web}. It adopts the Multiple
Document Interface paradigm, with a main window that contains the individual
Modified: paper/ieee-tedu/teaching.tex
===================================================================
--- paper/ieee-tedu/teaching.tex 2011-06-03 07:53:55 UTC (rev 599)
+++ paper/ieee-tedu/teaching.tex 2011-06-03 08:23:43 UTC (rev 600)
@@ -94,7 +94,7 @@
The teaching of the pipelining mechanisms and the related
micro-architectural events involved can take a great benefit from
the visual representation of CPU described in
-Subsection~\ref{sec:frames}. By executing code using \EM{} in the
+Subsection~\ref{subsec:gui}. By executing code using \EM{} in the
cycle-by-cycle mode, the teacher can show how the different elements
of the pipeline deal with data (e.g. using forwarding, creating
bubbles), and also which is the current stage of execution of each instruction, which signal
|