summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt2009-01-19 04:35:49 +0000
committermatt2009-01-19 04:35:49 +0000
commit4d98ea032054e775b92ef28c2857a890df17c341 (patch)
tree9d4c8c386105fa903c8ca65c8f163553564082dd
parente679eef9eadf1acd92f55bfb2fcfffe41f5f5d3c (diff)
downloadgnuradio-4d98ea032054e775b92ef28c2857a890df17c341.tar.gz
gnuradio-4d98ea032054e775b92ef28c2857a890df17c341.tar.bz2
gnuradio-4d98ea032054e775b92ef28c2857a890df17c341.zip
clarify comment
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10257 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r--usrp2/fpga/sdr_lib/round.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/fpga/sdr_lib/round.v b/usrp2/fpga/sdr_lib/round.v
index bff088831..c4f9ec9cd 100644
--- a/usrp2/fpga/sdr_lib/round.v
+++ b/usrp2/fpga/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,