DmaDevice: fix minor type in error message.
[gem5.git] / src / dev / Ethernet.py
index cf513b834a2f832d15b10518312139ebd19dfa9e..5821a3e96febb32c4b8060e39db512780a9cf479 100644 (file)
@@ -160,8 +160,7 @@ class NSGigE(EtherDevBase):
 
 class Sinic(EtherDevBase):
     type = 'Sinic'
-    cxx_namespace = 'Sinic'
-    cxx_class = 'Device'
+    cxx_class = 'Sinic::Device'
 
     rx_max_copy = Param.MemorySize('1514B', "rx max copy")
     tx_max_copy = Param.MemorySize('16kB', "tx max copy")