We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a674e38 commit 98219ffCopy full SHA for 98219ff
litepcie/tlp/depacketizer.py
@@ -371,7 +371,7 @@ def dispatch_source_sel(name):
371
)
372
373
# Create fmt_type for destination decoding.
374
- fmt_type = Cat(dispatch_sink.type, dispatch_sink.fmt)
+ self.fmt_type = fmt_type = Cat(dispatch_sink.type, dispatch_sink.fmt)
375
376
# Set default Dispatcher select to DISCARD Sink.
377
self.comb += self.dispatcher.sel.eq(dispatch_source_sel("DISCARD"))
0 commit comments