aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFelix Yan2018-06-11 23:58:53 +0800
committerChick Markley2018-06-11 08:58:53 -0700
commitb25658019b9fcdeca9081de0ba897befedf86375 (patch)
tree24e10464d65fe9ebccac59e597aeaea9ee8b4151 /spec
parent547082c04886f605b6f411b4ff3e42b54062f9a0 (diff)
Fix some typos in leftovers.txt (#822)
Diffstat (limited to 'spec')
-rw-r--r--spec/leftovers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/leftovers.txt b/spec/leftovers.txt
index 99e2156d..3446487a 100644
--- a/spec/leftovers.txt
+++ b/spec/leftovers.txt
@@ -68,7 +68,7 @@
%\item Writing a correct circuit is difficult - avoid silent failures at all costs.
%\item If annotations are held in the graph, every pass must properly propagate all %possible annotations.
%\item A pass incorrectly propagating an annotation cannot be easily detected (silent %failure).
-%\item If annotations are held in an exteral data structure mapping names to %annotations, the structure must updated after every pass.
+%\item If annotations are held in an external data structure mapping names to %annotations, the structure must updated after every pass.
%\item Incorrectly updating the structure will cause a mismatching of names between %circuit components and annotation entries, which is easily detected.
%\item Thus, we feel the ability to detect failure outweighs the additional burden on %annotation writers.
%\end{enumerate}
@@ -290,7 +290,7 @@
%We cannot simply add vector/bundle types to LoFIRRTL as front-ends cannot easily %remove whens without removing the complex types as well.
%Instead, one will need the expressiveness in FIRRTL to write a performant backend %which does not need to operate on LoFIRRTL.
%
-%\item Why the stop statement have no arguements?
+%\item Why the stop statement have no arguments?
%Like the enable for write-accessors, the lowering step will preserve the sequence of %when statements under which a simulation will stop.
%
%\item Why disallow zero-width wires?