diff options
Diffstat (limited to 'src/dev/sparc')
-rw-r--r-- | src/dev/sparc/T1000.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/sparc/T1000.py b/src/dev/sparc/T1000.py index aa66a9004..03a59ac67 100644 --- a/src/dev/sparc/T1000.py +++ b/src/dev/sparc/T1000.py @@ -47,7 +47,7 @@ class DumbTOD(BasicPioDevice): class Iob(PioDevice): type = 'Iob' platform = Param.Platform(Parent.any, "Platform this device is part of.") - pio_latency = Param.Latency('1ns', "Programed IO latency in simticks") + pio_latency = Param.Latency('1ns', "Programed IO latency") class T1000(Platform): |