Skip to content

Commit

Permalink
[fix] Return trace in ChannelNormalRTL
Browse files Browse the repository at this point in the history
  • Loading branch information
tancheng committed Nov 30, 2024
1 parent 854b826 commit f274e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noc/ChannelNormalRTL.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ def process():

def line_trace( s ):
trace = " -> ".join("channel_stage_" + str(i) + ": " + s.queues[i].line_trace() for i in range(s.latency))
return trace

0 comments on commit f274e66

Please sign in to comment.