diff options
| -rw-r--r-- | sdr_lib/round.v | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sdr_lib/round.v b/sdr_lib/round.v index bff088831..c4f9ec9cd 100644 --- a/sdr_lib/round.v +++ b/sdr_lib/round.v @@ -20,7 +20,7 @@  //  // Rounding "macro" -// Keeps the topmost bits, does proper 2s comp rounding - round to zero +// Keeps the topmost bits, does proper 2s comp round to zero (unbiased truncation)  module round    #(parameter bits_in=0, | 
