summaryrefslogtreecommitdiffstats
path: root/sdr_lib
diff options
context:
space:
mode:
authormatt <matt@221aa14e-8319-0410-a670-987f0aec2ac5>2009-01-19 04:35:49 +0000
committermatt <matt@221aa14e-8319-0410-a670-987f0aec2ac5>2009-01-19 04:35:49 +0000
commit0327d3927e08a9475eb5c2943da905fbcef01324 (patch)
tree6ccbb06f4259242bf27507714827100f1844f50d /sdr_lib
parentc026e03847e106fd4f85eda876a36ba38077d1c5 (diff)
downloaduhd-0327d3927e08a9475eb5c2943da905fbcef01324.tar.gz
uhd-0327d3927e08a9475eb5c2943da905fbcef01324.tar.bz2
uhd-0327d3927e08a9475eb5c2943da905fbcef01324.zip
clarify comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10257 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'sdr_lib')
-rw-r--r--sdr_lib/round.v2
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,