summaryrefslogtreecommitdiff
path: root/src/dev/x86/I8254.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/I8254.py')
-rw-r--r--src/dev/x86/I8254.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/x86/I8254.py b/src/dev/x86/I8254.py
index f468717cc..6fdcb1c8d 100644
--- a/src/dev/x86/I8254.py
+++ b/src/dev/x86/I8254.py
@@ -34,6 +34,5 @@ from X86IntPin import X86IntSourcePin
class I8254(BasicPioDevice):
type = 'I8254'
cxx_class = 'X86ISA::I8254'
- pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks")
int_pin = Param.X86IntSourcePin(X86IntSourcePin(),
'Pin to signal timer interrupts to')