diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 00:45:10 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 00:45:10 -0400 |
commit | fb1282de1a39412b45a48cacc4fbea953008e1cd (patch) | |
tree | 3fc965503e06eedded24a4f89d9765f8d7dc2349 /dev/tsunami_cchip.hh | |
parent | 13c005a8af79a8481879ce099b45a1f98faae165 (diff) | |
parent | 87d27637aa2e99d5218e2e5dd5b728a3d650a2e7 (diff) | |
download | gem5-fb1282de1a39412b45a48cacc4fbea953008e1cd.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/m5
into crampon.my.domain:/z/binkertn/research/m5/head
--HG--
extra : convert_revision : b0c9b044b44a1bfc4cded2ebfa240b799dd4a5a0
Diffstat (limited to 'dev/tsunami_cchip.hh')
-rw-r--r-- | dev/tsunami_cchip.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 05fafa782..d33905bc0 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* @file +/** @file * Emulation of the Tsunami CChip CSRs */ @@ -37,8 +37,9 @@ #include "base/range.hh" #include "dev/io_device.hh" -/* - * Tsunami CChip +/** + * Tsunami CChip CSR Emulation. This device includes all the interrupt + * handling code for the chipset. */ class TsunamiCChip : public PioDevice { |