Semicolon better.

This commit is contained in:
cdkersey 2013-07-13 21:24:10 -04:00
parent 1511c9c4e5
commit 75cf2a351c

View file

@ -27,7 +27,7 @@ This is a space of SIMT(GPU) oriented RISC-like instruction sets with the follow
The customizability of the HARP ISAs is illustrated by facts missing from this list of features.
The data path width, instruction encodings, number of registers (general purpose and predicate) are all left up to the implementation.
Harptool, the HARP assembler, linker, emulator, and disassembler, is passed information about the ISA through an architecture identifier string, or \texttt{ArchID}.
Harptool; the HARP assembler, linker, emulator, and disassembler, is passed information about the ISA through an architecture identifier string, or \texttt{ArchID}.
An \texttt{ArchID} uniquely identifies a HARP ISA.
\section{Architecture Identifier String (\texttt{ArchID})}