summaryrefslogtreecommitdiff
path: root/src/dev/Ethernet.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Ethernet.py')
-rw-r--r--src/dev/Ethernet.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dev/Ethernet.py b/src/dev/Ethernet.py
index cf513b834..5821a3e96 100644
--- a/src/dev/Ethernet.py
+++ b/src/dev/Ethernet.py
@@ -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")