summaryrefslogtreecommitdiffstats
path: root/src/target
diff options
context:
space:
mode:
Diffstat (limited to 'src/target')
-rw-r--r--src/target/trx_toolkit/transceiver.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/trx_toolkit/transceiver.py b/src/target/trx_toolkit/transceiver.py
index b15c10fe..6c72a26f 100644
--- a/src/target/trx_toolkit/transceiver.py
+++ b/src/target/trx_toolkit/transceiver.py
@@ -98,6 +98,8 @@ class Transceiver:
self.base_port = base_port
self.child_idx = child_idx
+ log.info("Init transceiver '%s'" % self)
+
# Child transceiver cannot have its own clock
if clck_gen is not None and child_idx > 0:
raise TypeError("Child transceiver cannot have its own clock")