Skip to content

Commit

Permalink
MultiDds: summation is saturating
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Apr 16, 2021
1 parent d845514 commit dad351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/cores/duc.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class MultiDDS(Accu):
Uses one CosSinGen and one (complex-real) multiplier.
Latencies are unmatched between parameters
and channels. Overflowing summation.
and channels. Saturating summation.
"""
def __init__(self, n, fwidth, xwidth, **kwargs):
self.i = [Record([
Expand Down

0 comments on commit dad351a

Please sign in to comment.