diff -r 6793b11a5815 -r 4ae7ea0c9b78 src/dev/Pci.py --- a/src/dev/Pci.py Wed Oct 24 17:26:11 2012 -0400 +++ b/src/dev/Pci.py Wed Oct 24 17:26:35 2012 -0400 @@ -41,6 +41,7 @@ class PciDevice(DmaDevice): type = 'PciDevice' + cxx_class = 'PciDev' abstract = True platform = Param.Platform(Parent.any, "Platform this device is part of.") config = SlavePort("PCI configuration space port")