diff options
Diffstat (limited to 'src/dev/Pci.py')
-rw-r--r-- | src/dev/Pci.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/Pci.py b/src/dev/Pci.py index a63c329a4..fa3fc854e 100644 --- a/src/dev/Pci.py +++ b/src/dev/Pci.py @@ -44,7 +44,7 @@ class PciConfigAll(BasicPioDevice): class PciDevice(DmaDevice): type = 'PciDevice' - cxx_class = 'PciDev' + cxx_class = 'PciDevice' cxx_header = "dev/pcidev.hh" abstract = True platform = Param.Platform(Parent.any, "Platform this device is part of.") |