diff options
author | matt | 2009-01-19 04:35:49 +0000 |
---|---|---|
committer | matt | 2009-01-19 04:35:49 +0000 |
commit | 4d98ea032054e775b92ef28c2857a890df17c341 (patch) | |
tree | 9d4c8c386105fa903c8ca65c8f163553564082dd /usrp2 | |
parent | e679eef9eadf1acd92f55bfb2fcfffe41f5f5d3c (diff) | |
download | gnuradio-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
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/fpga/sdr_lib/round.v | 2 |
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, |